#CAFDA4

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

Shades of Reef #CAFDA4

Tints of Reef #CAFDA4

Color information

#CAFDA4 (or 0xCAFDA4) is unknown color: approx Reef. HEX triplet: CA, FD and A4. RGB value is (202,253,164). Sum of RGB (Red+Green+Blue) = 202+253+164=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 164 (64.45% from 255 or 26.49% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFDA4 is #35025B. Grayscale: #E3E3E3. Windows color (decimal): -3474012 or 10812874. OLE color: 10812874.

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

Color convert

RGB202253164-
CMYK0.2000.350.01
HSL94.38º95.7%81.76%-
HSV(B)94.38º35.18%99.22%-
XYZ66.1885.4948.13-
YUV227.692.1109.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 253 (99.22% from 255) = 40.87%
BLUE value IS 164 (64.45% from 255) = 26.49%
R=32.63%
G=40.87%
B=26.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022531640.2000.350.0194.3895.781.76
HexCAFDA41402315e6052
Octal312375244240431136140122
Binary1100101011111101101001001010001000111101111011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDA4; }

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

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

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

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

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

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

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

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