#CDF8BA

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

Shades of Tea Green #CDF8BA

Tints of Tea Green #CDF8BA

Color information

#CDF8BA (or 0xCDF8BA) is unknown color: approx Tea Green. HEX triplet: CD, F8 and BA. RGB value is (205,248,186). Sum of RGB (Red+Green+Blue) = 205+248+186=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 248 (97.27% from 255 or 38.81% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF8BA is #320745. Grayscale: #E4E4E4. Windows color (decimal): -3278662 or 12253389. OLE color: 12253389.

HSL color Cylindrical-coordinate representation of color #CDF8BA: hue angle of 101.61º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDF8BA is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB205248186-
CMYK0.1700.250.03
HSL101.61º81.58%85.1%-
HSV(B)101.61º25%97.25%-
XYZ67.6183.6659.04-
YUV228.08104.25111.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.08%
GREEN value IS 248 (97.27% from 255) = 38.81%
BLUE value IS 186 (73.05% from 255) = 29.11%
R=32.08%
G=38.81%
B=29.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052481860.1700.250.03101.6181.5885.1
HexCDF8BA110193665255
Octal315370272210313146122125
Binary1100110111111000101110101000101100111110011010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF8BA; }

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

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

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

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

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

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

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

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