#CAFEA2

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

Shades of Reef #CAFEA2

Tints of Reef #CAFEA2

Color information

#CAFEA2 (or 0xCAFEA2) is unknown color: approx Reef. HEX triplet: CA, FE and A2. RGB value is (202,254,162). Sum of RGB (Red+Green+Blue) = 202+254+162=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 162 (63.67% from 255 or 26.21% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFEA2 is #35015D. Grayscale: #E4E4E4. Windows color (decimal): -3473758 or 10682058. OLE color: 10682058.

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

Color convert

RGB202254162-
CMYK0.2000.360.00
HSL93.91º97.87%81.57%-
HSV(B)93.91º36.22%99.61%-
XYZ66.3286.0547.3-
YUV227.9690.77109.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.69%
GREEN value IS 254 (99.61% from 255) = 41.10%
BLUE value IS 162 (63.67% from 255) = 26.21%
R=32.69%
G=41.10%
B=26.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022541620.2000.360.0093.9197.8781.57
HexCAFEA21402405e6252
Octal312376242240440136142122
Binary1100101011111110101000101010001001000101111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEA2; }

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

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

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

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

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

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

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

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