#CDFEC0

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

Shades of Tea Green #CDFEC0

Tints of Tea Green #CDFEC0

Color information

#CDFEC0 (or 0xCDFEC0) is unknown color: approx Tea Green. HEX triplet: CD, FE and C0. RGB value is (205,254,192). Sum of RGB (Red+Green+Blue) = 205+254+192=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 192 (75.39% from 255 or 29.49% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFEC0 is #32013F. Grayscale: #E8E8E8. Windows color (decimal): -3277120 or 12648141. OLE color: 12648141.

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

Color convert

RGB205254192-
CMYK0.1900.240.00
HSL107.42º96.88%87.45%-
HSV(B)107.42º24.41%99.61%-
XYZ70.1387.6763.09-
YUV232.28105.27108.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.49%
GREEN value IS 254 (99.61% from 255) = 39.02%
BLUE value IS 192 (75.39% from 255) = 29.49%
R=31.49%
G=39.02%
B=29.49%

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
Decimal2052541920.1900.240.00107.4296.8887.45
HexCDFEC01301806b6157
Octal315376300230300153141127
Binary110011011111111011000000100110110000110101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFEC0; }

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

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

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

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

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

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

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

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