Html Css Color HEX #CAE5A8 Reef

📋 copy color: '#CAE5A8'

red 202 ◦ green 229 ◦ blue 168

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

Shades of Reef #CAE5A8

Tints of Reef #CAE5A8

RGB

 RED value IS 202 (79.3% from 255) = 33.72%

 GREEN value IS 229 (89.84% from 255) = 38.23%

 BLUE value IS 168 (66.02% from 255) = 28.05%

R = 33.72%
G = 38.23%
B = 28.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#CAE5A8 (or 0xCAE5A8) is known color: Reef. HEX triplet: CA, E5 and A8. RGB value is (202,229,168). Sum of RGB (Red+Green+Blue) = 202+229+168=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 168 (66.02% from 255 or 28.05% from 599); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE5A8 is #351A57. Grayscale: #D6D6D6. Windows color (decimal): -3480152 or 11068874. OLE color: 11068874.

HSL color Cylindrical-coordinate representation of color #CAE5A8: hue angle of 86.56º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAE5A8 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 168 -
CMYK 0.12 0 0.27 0.10
HSL 86.56º 0.54% 0.78% -
HSV(B) 86.56º 0.27% 0.9% -
XYZ 59.44 71.42 47.7 -
YUV 213.97 102.05 119.46 -
System Red Green Blue C M Y K H S L
Decimal 202 229 168 0.12 0 0.27 0.10 86.56 0.54 0.78
Hex CA E5 A8 C 0 1B A 57 36 4E
Octal 312 345 250 14 0 33 12 127 66 116
Binary 11001010 11100101 10101000 1100 0 11011 1010 1010111 110110 1001110

Color Harmonies of #CAE5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE5A8

Black with #CAE5A8

Text Example


Text Example

White with #CAE5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE5A8; }

 p { color: rgb(202,229,168); }

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

background-color css

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

 a { background-color: rgb(202,229,168); }

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

border-color css

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

 span { border-color: rgb(202,229,168); }

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