#CAFEA3

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

Shades of Reef #CAFEA3

Tints of Reef #CAFEA3

Color information

#CAFEA3 (or 0xCAFEA3) is unknown color: approx Reef. HEX triplet: CA, FE and A3. RGB value is (202,254,163). Sum of RGB (Red+Green+Blue) = 202+254+163=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 163 (64.06% from 255 or 26.33% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFEA3 is #35015C. Grayscale: #E4E4E4. Windows color (decimal): -3473757 or 10747594. OLE color: 10747594.

HSL color Cylindrical-coordinate representation of color #CAFEA3: hue angle of 94.29º 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 #CAFEA3 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB202254163-
CMYK0.2000.360.00
HSL94.29º97.85%81.76%-
HSV(B)94.29º35.83%99.61%-
XYZ66.4186.0847.77-
YUV228.0891.27109.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 254 (99.61% from 255) = 41.03%
BLUE value IS 163 (64.06% from 255) = 26.33%
R=32.63%
G=41.03%
B=26.33%

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
Decimal2022541630.2000.360.0094.2997.8581.76
HexCAFEA31402405e6252
Octal312376243240440136142122
Binary1100101011111110101000111010001001000101111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEA3; }

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

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

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

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

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

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

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

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