#CAFFA8

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

Shades of Reef #CAFFA8

Tints of Reef #CAFFA8

Color information

#CAFFA8 (or 0xCAFFA8) is unknown color: approx Reef. HEX triplet: CA, FF and A8. RGB value is (202,255,168). Sum of RGB (Red+Green+Blue) = 202+255+168=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 168 (66.02% from 255 or 26.88% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFFA8 is #350057. Grayscale: #E5E5E5. Windows color (decimal): -3473496 or 11075530. OLE color: 11075530.

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

Color convert

RGB202255168-
CMYK0.2100.340
HSL96.55º100%82.94%-
HSV(B)96.55º34.12%100%-
XYZ67.1986.950.28-
YUV229.2493.44108.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.32%
GREEN value IS 255 (100% from 255) = 40.8%
BLUE value IS 168 (66.02% from 255) = 26.88%
R=32.32%
G=40.8%
B=26.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551680.2100.34096.5510082.94
HexCAFFA8150220616453
Octal312377250250420141144123
Binary1100101011111111101010001010101000100110000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFA8; }

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

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

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

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

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

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

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

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