Html Css Color HEX #CAFEA9 Reef

📋 copy color: '#CAFEA9'

red 202 ◦ green 254 ◦ blue 169

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

Shades of Reef #CAFEA9

Tints of Reef #CAFEA9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.64%

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

R = 32.32%
G = 40.64%
B = 27.04%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#CAFEA9 (or 0xCAFEA9) is known color: Reef. HEX triplet: CA, FE and A9. RGB value is (202,254,169). Sum of RGB (Red+Green+Blue) = 202+254+169=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 169 (66.41% from 255 or 27.04% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFEA9 is #350156. Grayscale: #E5E5E5. Windows color (decimal): -3473751 or 11140810. OLE color: 11140810.

HSL color Cylindrical-coordinate representation of color #CAFEA9: hue angle of 96.71º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAFEA9 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 254 169 -
CMYK 0.20 0 0.33 0.00
HSL 96.71º 0.98% 0.83% -
HSV(B) 96.71º 0.33% 1% -
XYZ 66.96 86.3 50.67 -
YUV 228.76 94.27 108.91 -
System Red Green Blue C M Y K H S L
Decimal 202 254 169 0.20 0 0.33 0.00 96.71 0.98 0.83
Hex CA FE A9 14 0 21 0 61 62 53
Octal 312 376 251 24 0 41 0 141 142 123
Binary 11001010 11111110 10101001 10100 0 100001 0 1100001 1100010 1010011

Color Harmonies of #CAFEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFEA9

Black with #CAFEA9

Text Example


Text Example

White with #CAFEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFEA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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