#CDEBB4

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

Shades of Tea Green #CDEBB4

Tints of Tea Green #CDEBB4

Color information

#CDEBB4 (or 0xCDEBB4) is unknown color: approx Tea Green. HEX triplet: CD, EB and B4. RGB value is (205,235,180). Sum of RGB (Red+Green+Blue) = 205+235+180=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 180 (70.70% from 255 or 29.03% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBB4 is #32144B. Grayscale: #DBDBDB. Windows color (decimal): -3281996 or 11856845. OLE color: 11856845.

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

Color convert

RGB205235180-
CMYK0.1300.230.08
HSL92.73º57.89%81.37%-
HSV(B)92.73º23.4%92.16%-
XYZ63.1275.6954.46-
YUV219.76105.56117.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.06%
GREEN value IS 235 (92.19% from 255) = 37.90%
BLUE value IS 180 (70.70% from 255) = 29.03%
R=33.06%
G=37.90%
B=29.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052351800.1300.230.0892.7357.8981.37
HexCDEBB4D01785d3a51
Octal315353264150271013572121
Binary1100110111101011101101001101010111100010111011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBB4; }

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

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

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

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

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

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

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

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