#CDE6BF

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

Shades of Tea Green #CDE6BF

Tints of Tea Green #CDE6BF

Color information

#CDE6BF (or 0xCDE6BF) is unknown color: approx Tea Green. HEX triplet: CD, E6 and BF. RGB value is (205,230,191). Sum of RGB (Red+Green+Blue) = 205+230+191=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6BF is #321940. Grayscale: #DADADA. Windows color (decimal): -3283265 or 12576461. OLE color: 12576461.

HSL color Cylindrical-coordinate representation of color #CDE6BF: hue angle of 98.46º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDE6BF is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB205230191-
CMYK0.1100.170.10
HSL98.46º43.82%82.55%-
HSV(B)98.46º16.96%90.2%-
XYZ62.8873.3360.13-
YUV218.08112.72118.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.75%
GREEN value IS 230 (90.23% from 255) = 36.74%
BLUE value IS 191 (75% from 255) = 30.51%
R=32.75%
G=36.74%
B=30.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052301910.1100.170.1098.4643.8282.55
HexCDE6BFB011A622c53
Octal315346277130211214254123
Binary1100110111100110101111111011010001101011000101011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE6BF; }

 p { color: rgb(205,230,191); }

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

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

 a { background-color: rgb(205,230,191); }

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

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

 span { border-color: rgb(205,230,191); }

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