#CDEBBD

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

Shades of Tea Green #CDEBBD

Tints of Tea Green #CDEBBD

Color information

#CDEBBD (or 0xCDEBBD) is unknown color: approx Tea Green. HEX triplet: CD, EB and BD. RGB value is (205,235,189). Sum of RGB (Red+Green+Blue) = 205+235+189=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBBD is #321442. Grayscale: #DCDCDC. Windows color (decimal): -3281987 or 12446669. OLE color: 12446669.

HSL color Cylindrical-coordinate representation of color #CDEBBD: hue angle of 99.13º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDEBBD is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB205235189-
CMYK0.1300.200.08
HSL99.13º53.49%83.14%-
HSV(B)99.13º19.57%92.16%-
XYZ64.0776.0759.45-
YUV220.79110.06116.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.59%
GREEN value IS 235 (92.19% from 255) = 37.36%
BLUE value IS 189 (74.22% from 255) = 30.05%
R=32.59%
G=37.36%
B=30.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052351890.1300.200.0899.1353.4983.14
HexCDEBBDD0148633553
Octal315353275150241014365123
Binary1100110111101011101111011101010100100011000111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBBD; }

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

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

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

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

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

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

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

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