#CAFAA4

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

Shades of Reef #CAFAA4

Tints of Reef #CAFAA4

Color information

#CAFAA4 (or 0xCAFAA4) is unknown color: approx Reef. HEX triplet: CA, FA and A4. RGB value is (202,250,164). Sum of RGB (Red+Green+Blue) = 202+250+164=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 164 (64.45% from 255 or 26.62% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFAA4 is #35055B. Grayscale: #E2E2E2. Windows color (decimal): -3474780 or 10812106. OLE color: 10812106.

HSL color Cylindrical-coordinate representation of color #CAFAA4: hue angle of 93.49º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAFAA4 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB202250164-
CMYK0.1900.340.02
HSL93.49º89.58%81.18%-
HSV(B)93.49º34.4%98.04%-
XYZ65.2483.6147.82-
YUV225.8493.1110.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.79%
GREEN value IS 250 (98.05% from 255) = 40.58%
BLUE value IS 164 (64.45% from 255) = 26.62%
R=32.79%
G=40.58%
B=26.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022501640.1900.340.0293.4989.5881.18
HexCAFAA41302225d5a51
Octal312372244230422135132121
Binary11001010111110101010010010011010001010101110110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFAA4; }

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

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

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

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

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

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

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

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