#CDFDC0

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

Shades of Tea Green #CDFDC0

Tints of Tea Green #CDFDC0

Color information

#CDFDC0 (or 0xCDFDC0) is unknown color: approx Tea Green. HEX triplet: CD, FD and C0. RGB value is (205,253,192). Sum of RGB (Red+Green+Blue) = 205+253+192=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 192 (75.39% from 255 or 29.54% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFDC0 is #32023F. Grayscale: #E7E7E7. Windows color (decimal): -3277376 or 12647885. OLE color: 12647885.

HSL color Cylindrical-coordinate representation of color #CDFDC0: hue angle of 107.21º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDFDC0 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB205253192-
CMYK0.1900.240.01
HSL107.21º93.85%87.25%-
HSV(B)107.21º24.11%99.22%-
XYZ69.8287.0462.99-
YUV231.69105.6108.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.54%
GREEN value IS 253 (99.22% from 255) = 38.92%
BLUE value IS 192 (75.39% from 255) = 29.54%
R=31.54%
G=38.92%
B=29.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052531920.1900.240.01107.2193.8587.25
HexCDFDC01301816b5e57
Octal315375300230301153136127
Binary110011011111110111000000100110110001110101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFDC0; }

 p { color: rgb(205,253,192); }

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

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

 a { background-color: rgb(205,253,192); }

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

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

 span { border-color: rgb(205,253,192); }

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