#CAFFA2

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

Shades of Reef #CAFFA2

Tints of Reef #CAFFA2

Color information

#CAFFA2 (or 0xCAFFA2) is unknown color: approx Reef. HEX triplet: CA, FF and A2. RGB value is (202,255,162). Sum of RGB (Red+Green+Blue) = 202+255+162=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 162 (63.67% from 255 or 26.17% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFFA2 is #35005D. Grayscale: #E4E4E4. Windows color (decimal): -3473502 or 10682314. OLE color: 10682314.

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

Color convert

RGB202255162-
CMYK0.2100.360
HSL94.19º100%81.76%-
HSV(B)94.19º36.47%100%-
XYZ66.6486.6947.4-
YUV228.5590.44109.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 255 (100% from 255) = 41.20%
BLUE value IS 162 (63.67% from 255) = 26.17%
R=32.63%
G=41.20%
B=26.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551620.2100.36094.1910081.76
HexCAFFA21502405e6452
Octal312377242250440136144122
Binary1100101011111111101000101010101001000101111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFA2; }

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

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

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

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

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

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

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

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