#CDF6AA

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

Shades of Reef #CDF6AA

Tints of Reef #CDF6AA

Color information

#CDF6AA (or 0xCDF6AA) is unknown color: approx Reef. HEX triplet: CD, F6 and AA. RGB value is (205,246,170). Sum of RGB (Red+Green+Blue) = 205+246+170=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 246 (96.48% from 255 or 39.61% from 621); Blue value is 170 (66.80% from 255 or 27.38% from 621); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF6AA is #320955. Grayscale: #E1E1E1. Windows color (decimal): -3279190 or 11204301. OLE color: 11204301.

HSL color Cylindrical-coordinate representation of color #CDF6AA: hue angle of 92.37º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDF6AA is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB205246170-
CMYK0.1700.310.04
HSL92.37º80.85%81.57%-
HSV(B)92.37º30.89%96.47%-
XYZ65.3981.7950.37-
YUV225.0896.92113.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.01%
GREEN value IS 246 (96.48% from 255) = 39.61%
BLUE value IS 170 (66.80% from 255) = 27.38%
R=33.01%
G=39.61%
B=27.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052461700.1700.310.0492.3780.8581.57
HexCDF6AA1101F45c5152
Octal315366252210374134121122
Binary11001101111101101010101010001011111100101110010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF6AA; }

 p { color: rgb(205,246,170); }

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

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

 a { background-color: rgb(205,246,170); }

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

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

 span { border-color: rgb(205,246,170); }

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