#CDEBB2

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

Shades of Tea Green #CDEBB2

Tints of Tea Green #CDEBB2

Color information

#CDEBB2 (or 0xCDEBB2) is unknown color: approx Tea Green. HEX triplet: CD, EB and B2. RGB value is (205,235,178). Sum of RGB (Red+Green+Blue) = 205+235+178=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 178 (69.92% from 255 or 28.80% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEBB2 is #32144D. Grayscale: #DBDBDB. Windows color (decimal): -3281998 or 11725773. OLE color: 11725773.

HSL color Cylindrical-coordinate representation of color #CDEBB2: hue angle of 91.58º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDEBB2 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB205235178-
CMYK0.1300.240.08
HSL91.58º58.76%80.98%-
HSV(B)91.58º24.26%92.16%-
XYZ62.9275.6153.4-
YUV219.53104.56117.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.17%
GREEN value IS 235 (92.19% from 255) = 38.03%
BLUE value IS 178 (69.92% from 255) = 28.80%
R=33.17%
G=38.03%
B=28.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052351780.1300.240.0891.5858.7680.98
HexCDEBB2D01885c3b51
Octal315353262150301013473121
Binary1100110111101011101100101101011000100010111001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBB2; }

 p { color: rgb(205,235,178); }

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

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

 a { background-color: rgb(205,235,178); }

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

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

 span { border-color: rgb(205,235,178); }

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