#CDF6BD

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

Shades of Tea Green #CDF6BD

Tints of Tea Green #CDF6BD

Color information

#CDF6BD (or 0xCDF6BD) is unknown color: approx Tea Green. HEX triplet: CD, F6 and BD. RGB value is (205,246,189). Sum of RGB (Red+Green+Blue) = 205+246+189=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF6BD is #320942. Grayscale: #E3E3E3. Windows color (decimal): -3279171 or 12449485. OLE color: 12449485.

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

Color convert

RGB205246189-
CMYK0.1700.230.04
HSL103.16º76%85.29%-
HSV(B)103.16º23.17%96.47%-
XYZ67.3282.5660.53-
YUV227.24106.42112.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.03%
GREEN value IS 246 (96.48% from 255) = 38.44%
BLUE value IS 189 (74.22% from 255) = 29.53%
R=32.03%
G=38.44%
B=29.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052461890.1700.230.04103.167685.29
HexCDF6BD110174674c55
Octal315366275210274147114125
Binary11001101111101101011110110001010111100110011110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF6BD; }

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

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

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

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

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

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

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

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