#CAFEA0

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

Shades of Reef #CAFEA0

Tints of Reef #CAFEA0

Color information

#CAFEA0 (or 0xCAFEA0) is unknown color: approx Reef. HEX triplet: CA, FE and A0. RGB value is (202,254,160). Sum of RGB (Red+Green+Blue) = 202+254+160=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFEA0 is #35015F. Grayscale: #E4E4E4. Windows color (decimal): -3473760 or 10550986. OLE color: 10550986.

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

Color convert

RGB202254160-
CMYK0.2000.370.00
HSL93.19º97.92%81.18%-
HSV(B)93.19º37.01%99.61%-
XYZ66.1485.9846.37-
YUV227.7489.77109.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.79%
GREEN value IS 254 (99.61% from 255) = 41.23%
BLUE value IS 160 (62.89% from 255) = 25.97%
R=32.79%
G=41.23%
B=25.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022541600.2000.370.0093.1997.9281.18
HexCAFEA01402505d6251
Octal312376240240450135142121
Binary1100101011111110101000001010001001010101110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEA0; }

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

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

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

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

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

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

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

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