#CDF5BA

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

Shades of Tea Green #CDF5BA

Tints of Tea Green #CDF5BA

Color information

#CDF5BA (or 0xCDF5BA) is unknown color: approx Tea Green. HEX triplet: CD, F5 and BA. RGB value is (205,245,186). Sum of RGB (Red+Green+Blue) = 205+245+186=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF5BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF5BA is #320A45. Grayscale: #E2E2E2. Windows color (decimal): -3279430 or 12252621. OLE color: 12252621.

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

Color convert

RGB205245186-
CMYK0.1600.240.04
HSL100.68º74.68%84.51%-
HSV(B)100.68º24.08%96.08%-
XYZ66.6981.8358.73-
YUV226.31105.25112.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.23%
GREEN value IS 245 (96.09% from 255) = 38.52%
BLUE value IS 186 (73.05% from 255) = 29.25%
R=32.23%
G=38.52%
B=29.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052451860.1600.240.04100.6874.6884.51
HexCDF5BA100184654b55
Octal315365272200304145113125
Binary11001101111101011011101010000011000100110010110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF5BA; }

 p { color: rgb(205,245,186); }

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

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

 a { background-color: rgb(205,245,186); }

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

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

 span { border-color: rgb(205,245,186); }

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