#CDF0B0

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

Shades of Tea Green #CDF0B0

Tints of Tea Green #CDF0B0

Color information

#CDF0B0 (or 0xCDF0B0) is unknown color: approx Tea Green. HEX triplet: CD, F0 and B0. RGB value is (205,240,176). Sum of RGB (Red+Green+Blue) = 205+240+176=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 176 (69.14% from 255 or 28.34% from 621); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF0B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF0B0 is #320F4F. Grayscale: #DEDEDE. Windows color (decimal): -3280720 or 11595981. OLE color: 11595981.

HSL color Cylindrical-coordinate representation of color #CDF0B0: hue angle of 92.81º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDF0B0 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB205240176-
CMYK0.1500.270.06
HSL92.81º68.09%81.57%-
HSV(B)92.81º26.67%94.12%-
XYZ64.1778.4352.83-
YUV222.24101.9115.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.01%
GREEN value IS 240 (94.14% from 255) = 38.65%
BLUE value IS 176 (69.14% from 255) = 28.34%
R=33.01%
G=38.65%
B=28.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052401760.1500.270.0692.8168.0981.57
HexCDF0B0F01B65d4452
Octal315360260170336135104122
Binary1100110111110000101100001111011011110101110110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF0B0; }

 p { color: rgb(205,240,176); }

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

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

 a { background-color: rgb(205,240,176); }

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

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

 span { border-color: rgb(205,240,176); }

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