#CDFCBA

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

Shades of Tea Green #CDFCBA

Tints of Tea Green #CDFCBA

Color information

#CDFCBA (or 0xCDFCBA) is unknown color: approx Tea Green. HEX triplet: CD, FC and BA. RGB value is (205,252,186). Sum of RGB (Red+Green+Blue) = 205+252+186=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFCBA is #320345. Grayscale: #E6E6E6. Windows color (decimal): -3277638 or 12254413. OLE color: 12254413.

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

Color convert

RGB205252186-
CMYK0.1900.260.01
HSL102.73º91.67%85.88%-
HSV(B)102.73º26.19%98.82%-
XYZ68.8586.1559.45-
YUV230.42102.93109.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.88%
GREEN value IS 252 (98.83% from 255) = 39.19%
BLUE value IS 186 (73.05% from 255) = 28.93%
R=31.88%
G=39.19%
B=28.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052521860.1900.260.01102.7391.6785.88
HexCDFCBA1301A1675c56
Octal315374272230321147134126
Binary110011011111110010111010100110110101110011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFCBA; }

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

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

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

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

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

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

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

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