Html Css Color HEX #A4D4CA Sinbad

📋 copy color: '#A4D4CA'

red 164 ◦ green 212 ◦ blue 202

#A4D4CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sinbad #A4D4CA

Tints of Sinbad #A4D4CA

RGB

 RED value IS 164 (64.45% from 255) = 28.37%

 GREEN value IS 212 (83.2% from 255) = 36.68%

 BLUE value IS 202 (79.3% from 255) = 34.95%

R = 28.37%
G = 36.68%
B = 34.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A4D4CA (or 0xA4D4CA) is known color: Sinbad. HEX triplet: A4, D4 and CA. RGB value is (164,212,202). Sum of RGB (Red+Green+Blue) = 164+212+202=578 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.37% from 578); Green value is 212 (83.20% from 255 or 36.68% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D4CA is #5B2B35. Grayscale: #C4C4C4. Windows color (decimal): -5974838 or 13292708. OLE color: 13292708.

HSL color Cylindrical-coordinate representation of color #A4D4CA: hue angle of 167.5º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4D4CA is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 164 212 202 -
CMYK 0.23 0 0.05 0.17
HSL 167.5º 0.36% 0.74% -
HSV(B) 167.5º 0.23% 0.83% -
XYZ 49.51 59.24 64.7 -
YUV 196.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 164 212 202 0.23 0 0.05 0.17 167.5 0.36 0.74
Hex A4 D4 CA 17 0 5 11 A8 24 4A
Octal 244 324 312 27 0 5 21 250 44 112
Binary 10100100 11010100 11001010 10111 0 101 10001 10101000 100100 1001010

Color Harmonies of #A4D4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D4CA

Black with #A4D4CA

Text Example


Text Example

White with #A4D4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D4CA; }

 p { color: rgb(164,212,202); }

 H1.HeaderClassName
 {
   color: #A4D4CA;
 }
 .AnyTagClassName
 {
   color: #A4D4CA;
 }
</style>

background-color css

<style>
 a { background-color: #A4D4CA; }

 a { background-color: rgb(164,212,202); }

 div.DivClassName
 {
   background-color: #A4D4CA;
 }
 .BgClassName
 {
   background-color: #A4D4CA;
 }
</style>

border-color css

<style>
 span { border-color: #A4D4CA; }

 span { border-color: rgb(164,212,202); }

 td.TdClassName
 {
   border-color: #A4D4CA;
 }
 .TagClassName
 {
   border-color: #A4D4CA;
 }
</style>