#CAFDA6

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

Shades of Reef #CAFDA6

Tints of Reef #CAFDA6

Color information

#CAFDA6 (or 0xCAFDA6) is unknown color: approx Reef. HEX triplet: CA, FD and A6. RGB value is (202,253,166). Sum of RGB (Red+Green+Blue) = 202+253+166=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 166 (65.23% from 255 or 26.73% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFDA6 is #350259. Grayscale: #E4E4E4. Windows color (decimal): -3474010 or 10943946. OLE color: 10943946.

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

Color convert

RGB202253166-
CMYK0.2000.340.01
HSL95.17º95.6%82.16%-
HSV(B)95.17º34.39%99.22%-
XYZ66.3785.5649.09-
YUV227.8393.1109.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 253 (99.22% from 255) = 40.74%
BLUE value IS 166 (65.23% from 255) = 26.73%
R=32.53%
G=40.74%
B=26.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022531660.2000.340.0195.1795.682.16
HexCAFDA61402215f6052
Octal312375246240421137140122
Binary1100101011111101101001101010001000101101111111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDA6; }

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

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

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

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

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

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

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

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