#CDFEC2

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

Shades of Tea Green #CDFEC2

Tints of Tea Green #CDFEC2

Color information

#CDFEC2 (or 0xCDFEC2) is unknown color: approx Tea Green. HEX triplet: CD, FE and C2. RGB value is (205,254,194). Sum of RGB (Red+Green+Blue) = 205+254+194=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 194 (76.17% from 255 or 29.71% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFEC2 is #32013D. Grayscale: #E8E8E8. Windows color (decimal): -3277118 or 12779213. OLE color: 12779213.

HSL color Cylindrical-coordinate representation of color #CDFEC2: hue angle of 109º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDFEC2 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB205254194-
CMYK0.1900.240.00
HSL109º96.77%87.84%-
HSV(B)109º23.62%99.61%-
XYZ70.3687.7664.27-
YUV232.51106.27108.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.39%
GREEN value IS 254 (99.61% from 255) = 38.90%
BLUE value IS 194 (76.17% from 255) = 29.71%
R=31.39%
G=38.90%
B=29.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052541940.1900.240.0010996.7787.84
HexCDFEC21301806d6158
Octal315376302230300155141130
Binary110011011111111011000010100110110000110110111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFEC2; }

 p { color: rgb(205,254,194); }

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

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

 a { background-color: rgb(205,254,194); }

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

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

 span { border-color: rgb(205,254,194); }

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