#CDF0BA

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

Shades of Tea Green #CDF0BA

Tints of Tea Green #CDF0BA

Color information

#CDF0BA (or 0xCDF0BA) is unknown color: approx Tea Green. HEX triplet: CD, F0 and BA. RGB value is (205,240,186). Sum of RGB (Red+Green+Blue) = 205+240+186=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF0BA is #320F45. Grayscale: #DFDFDF. Windows color (decimal): -3280710 or 12251341. OLE color: 12251341.

HSL color Cylindrical-coordinate representation of color #CDF0BA: hue angle of 98.89º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDF0BA is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB205240186-
CMYK0.1500.220.06
HSL98.89º64.29%83.53%-
HSV(B)98.89º22.5%94.12%-
XYZ65.278.8458.24-
YUV223.38106.9114.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.49%
GREEN value IS 240 (94.14% from 255) = 38.03%
BLUE value IS 186 (73.05% from 255) = 29.48%
R=32.49%
G=38.03%
B=29.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052401860.1500.220.0698.8964.2983.53
HexCDF0BAF0166634054
Octal315360272170266143100124
Binary1100110111110000101110101111010110110110001110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF0BA; }

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

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

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

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

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

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

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

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