Html Css Color HEX #CAEAA9 Reef

📋 copy color: '#CAEAA9'

red 202 ◦ green 234 ◦ blue 169

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

Shades of Reef #CAEAA9

Tints of Reef #CAEAA9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.68%

 BLUE value IS 169 (66.41% from 255) = 27.93%

R = 33.39%
G = 38.68%
B = 27.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#CAEAA9 (or 0xCAEAA9) is known color: Reef. HEX triplet: CA, EA and A9. RGB value is (202,234,169). Sum of RGB (Red+Green+Blue) = 202+234+169=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 169 (66.41% from 255 or 27.93% from 605); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEAA9 is #351556. Grayscale: #D9D9D9. Windows color (decimal): -3478871 or 11135690. OLE color: 11135690.

HSL color Cylindrical-coordinate representation of color #CAEAA9: hue angle of 89.54º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAEAA9 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 234 169 -
CMYK 0.14 0 0.28 0.08
HSL 89.54º 0.61% 0.79% -
HSV(B) 89.54º 0.28% 0.92% -
XYZ 60.94 74.27 48.66 -
YUV 217.02 100.9 117.29 -
System Red Green Blue C M Y K H S L
Decimal 202 234 169 0.14 0 0.28 0.08 89.54 0.61 0.79
Hex CA EA A9 E 0 1C 8 5A 3D 4F
Octal 312 352 251 16 0 34 10 132 75 117
Binary 11001010 11101010 10101001 1110 0 11100 1000 1011010 111101 1001111

Color Harmonies of #CAEAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEAA9

Black with #CAEAA9

Text Example


Text Example

White with #CAEAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEAA9; }

 p { color: rgb(202,234,169); }

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

background-color css

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

 a { background-color: rgb(202,234,169); }

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

border-color css

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

 span { border-color: rgb(202,234,169); }

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