#CDFABD

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

Shades of Tea Green #CDFABD

Tints of Tea Green #CDFABD

Color information

#CDFABD (or 0xCDFABD) is unknown color: approx Tea Green. HEX triplet: CD, FA and BD. RGB value is (205,250,189). Sum of RGB (Red+Green+Blue) = 205+250+189=644 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.83% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFABD is #320542. Grayscale: #E5E5E5. Windows color (decimal): -3278147 or 12450509. OLE color: 12450509.

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

Color convert

RGB205250189-
CMYK0.1800.240.02
HSL104.26º85.92%86.08%-
HSV(B)104.26º24.4%98.04%-
XYZ68.5585.0260.94-
YUV229.59105.09110.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.83%
GREEN value IS 250 (98.05% from 255) = 38.82%
BLUE value IS 189 (74.22% from 255) = 29.35%
R=31.83%
G=38.82%
B=29.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052501890.1800.240.02104.2685.9286.08
HexCDFABD120182685656
Octal315372275220302150126126
Binary1100110111111010101111011001001100010110100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFABD; }

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

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

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

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

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

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

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

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