#CAFFA0

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

Shades of Reef #CAFFA0

Tints of Reef #CAFFA0

Color information

#CAFFA0 (or 0xCAFFA0) is unknown color: approx Reef. HEX triplet: CA, FF and A0. RGB value is (202,255,160). Sum of RGB (Red+Green+Blue) = 202+255+160=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 160 (62.89% from 255 or 25.93% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFFA0 is #35005F. Grayscale: #E4E4E4. Windows color (decimal): -3473504 or 10551242. OLE color: 10551242.

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

Color convert

RGB202255160-
CMYK0.2100.370
HSL93.47º100%81.37%-
HSV(B)93.47º37.25%100%-
XYZ66.4686.6146.47-
YUV228.3289.44109.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 255 (100% from 255) = 41.33%
BLUE value IS 160 (62.89% from 255) = 25.93%
R=32.74%
G=41.33%
B=25.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551600.2100.37093.4710081.37
HexCAFFA01502505d6451
Octal312377240250450135144121
Binary1100101011111111101000001010101001010101110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFA0; }

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

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

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

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

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

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

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

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