#CDEEB6

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

Shades of Tea Green #CDEEB6

Tints of Tea Green #CDEEB6

Color information

#CDEEB6 (or 0xCDEEB6) is unknown color: approx Tea Green. HEX triplet: CD, EE and B6. RGB value is (205,238,182). Sum of RGB (Red+Green+Blue) = 205+238+182=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 182 (71.48% from 255 or 29.12% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEB6 is #321149. Grayscale: #DDDDDD. Windows color (decimal): -3281226 or 11988685. OLE color: 11988685.

HSL color Cylindrical-coordinate representation of color #CDEEB6: hue angle of 95.36º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDEEB6 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB205238182-
CMYK0.1400.240.07
HSL95.36º62.22%82.35%-
HSV(B)95.36º23.53%93.33%-
XYZ64.1977.5155.83-
YUV221.75105.57116.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.8%
GREEN value IS 238 (93.36% from 255) = 38.08%
BLUE value IS 182 (71.48% from 255) = 29.12%
R=32.8%
G=38.08%
B=29.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052381820.1400.240.0795.3662.2282.35
HexCDEEB6E01875f3e52
Octal31535626616030713776122
Binary110011011110111010110110111001100011110111111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEEB6; }

 p { color: rgb(205,238,182); }

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

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

 a { background-color: rgb(205,238,182); }

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

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

 span { border-color: rgb(205,238,182); }

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