#CDF9B6

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

Shades of Tea Green #CDF9B6

Tints of Tea Green #CDF9B6

Color information

#CDF9B6 (or 0xCDF9B6) is unknown color: approx Tea Green. HEX triplet: CD, F9 and B6. RGB value is (205,249,182). Sum of RGB (Red+Green+Blue) = 205+249+182=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 249 (97.66% from 255 or 39.15% from 636); Blue value is 182 (71.48% from 255 or 28.62% from 636); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF9B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF9B6 is #320649. Grayscale: #E4E4E4. Windows color (decimal): -3278410 or 11991501. OLE color: 11991501.

HSL color Cylindrical-coordinate representation of color #CDF9B6: hue angle of 99.4º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDF9B6 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB205249182-
CMYK0.1800.270.02
HSL99.4º84.81%84.51%-
HSV(B)99.4º26.91%97.65%-
XYZ67.584.1156.93-
YUV228.21101.92111.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.23%
GREEN value IS 249 (97.66% from 255) = 39.15%
BLUE value IS 182 (71.48% from 255) = 28.62%
R=32.23%
G=39.15%
B=28.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052491820.1800.270.0299.484.8184.51
HexCDF9B61201B2635555
Octal315371266220332143125125
Binary1100110111111001101101101001001101110110001110101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF9B6; }

 p { color: rgb(205,249,182); }

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

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

 a { background-color: rgb(205,249,182); }

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

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

 span { border-color: rgb(205,249,182); }

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