#CDEEB5

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

Shades of Tea Green #CDEEB5

Tints of Tea Green #CDEEB5

Color information

#CDEEB5 (or 0xCDEEB5) is unknown color: approx Tea Green. HEX triplet: CD, EE and B5. RGB value is (205,238,181). Sum of RGB (Red+Green+Blue) = 205+238+181=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 181 (71.09% from 255 or 29.01% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEB5 is #32114A. Grayscale: #DDDDDD. Windows color (decimal): -3281227 or 11923149. OLE color: 11923149.

HSL color Cylindrical-coordinate representation of color #CDEEB5: hue angle of 94.74º degrees, saturation: 0.63, 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 #CDEEB5 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB205238181-
CMYK0.1400.240.07
HSL94.74º62.64%82.16%-
HSV(B)94.74º23.95%93.33%-
XYZ64.0977.4655.29-
YUV221.64105.07116.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.85%
GREEN value IS 238 (93.36% from 255) = 38.14%
BLUE value IS 181 (71.09% from 255) = 29.01%
R=32.85%
G=38.14%
B=29.01%

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
Decimal2052381810.1400.240.0794.7462.6482.16
HexCDEEB5E01875f3f52
Octal31535626516030713777122
Binary110011011110111010110101111001100011110111111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEEB5; }

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

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

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

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

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

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

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

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