#CAFEA8

Color #CAFEA8 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CAFEA8

Tints of Reef #CAFEA8

Color information

#CAFEA8 (or 0xCAFEA8) is unknown color: approx Reef. HEX triplet: CA, FE and A8. RGB value is (202,254,168). Sum of RGB (Red+Green+Blue) = 202+254+168=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 168 (66.02% from 255 or 26.92% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFEA8 is #350157. Grayscale: #E4E4E4. Windows color (decimal): -3473752 or 11075274. OLE color: 11075274.

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

Color convert

RGB202254168-
CMYK0.2000.340.00
HSL96.28º97.73%82.75%-
HSV(B)96.28º33.86%99.61%-
XYZ66.8786.2750.17-
YUV228.6593.77108.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 254 (99.61% from 255) = 40.71%
BLUE value IS 168 (66.02% from 255) = 26.92%
R=32.37%
G=40.71%
B=26.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022541680.2000.340.0096.2897.7382.75
HexCAFEA8140220606253
Octal312376250240420140142123
Binary1100101011111110101010001010001000100110000011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEA8; }

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

 H1.HeaderClassName
 {
   color: #CAFEA8;
 }
 .AnyTagClassName
 {
   color: #CAFEA8;
 }
</style>
background-color css

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

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

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

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

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

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