#CDEBC3

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

Shades of Tea Green #CDEBC3

Tints of Tea Green #CDEBC3

Color information

#CDEBC3 (or 0xCDEBC3) is unknown color: approx Tea Green. HEX triplet: CD, EB and C3. RGB value is (205,235,195). Sum of RGB (Red+Green+Blue) = 205+235+195=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 195 (76.56% from 255 or 30.71% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBC3 is #32143C. Grayscale: #DDDDDD. Windows color (decimal): -3281981 or 12839885. OLE color: 12839885.

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

Color convert

RGB205235195-
CMYK0.1300.170.08
HSL105º50%84.31%-
HSV(B)105º17.02%92.16%-
XYZ64.7476.3462.95-
YUV221.47113.06116.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.28%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 195 (76.56% from 255) = 30.71%
R=32.28%
G=37.01%
B=30.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052351950.1300.170.081055084.31
HexCDEBC3D0118693254
Octal315353303150211015162124
Binary1100110111101011110000111101010001100011010011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBC3; }

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

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

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

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

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

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

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

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