#CAFEA4

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

Shades of Reef #CAFEA4

Tints of Reef #CAFEA4

Color information

#CAFEA4 (or 0xCAFEA4) is unknown color: approx Reef. HEX triplet: CA, FE and A4. RGB value is (202,254,164). Sum of RGB (Red+Green+Blue) = 202+254+164=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 164 (64.45% from 255 or 26.45% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFEA4 is #35015B. Grayscale: #E4E4E4. Windows color (decimal): -3473756 or 10813130. OLE color: 10813130.

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

Color convert

RGB202254164-
CMYK0.2000.350.00
HSL94.67º97.83%81.96%-
HSV(B)94.67º35.43%99.61%-
XYZ66.586.1248.24-
YUV228.1991.77109.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.58%
GREEN value IS 254 (99.61% from 255) = 40.97%
BLUE value IS 164 (64.45% from 255) = 26.45%
R=32.58%
G=40.97%
B=26.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022541640.2000.350.0094.6797.8381.96
HexCAFEA41402305f6252
Octal312376244240430137142122
Binary1100101011111110101001001010001000110101111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEA4; }

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

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

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

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

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

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

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

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