#CDEBC0

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

Shades of Tea Green #CDEBC0

Tints of Tea Green #CDEBC0

Color information

#CDEBC0 (or 0xCDEBC0) is unknown color: approx Tea Green. HEX triplet: CD, EB and C0. RGB value is (205,235,192). Sum of RGB (Red+Green+Blue) = 205+235+192=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBC0 is #32143F. Grayscale: #DDDDDD. Windows color (decimal): -3281984 or 12643277. OLE color: 12643277.

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

Color convert

RGB205235192-
CMYK0.1300.180.08
HSL101.86º51.81%83.73%-
HSV(B)101.86º18.3%92.16%-
XYZ64.476.261.18-
YUV221.13111.56116.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.44%
GREEN value IS 235 (92.19% from 255) = 37.18%
BLUE value IS 192 (75.39% from 255) = 30.38%
R=32.44%
G=37.18%
B=30.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052351920.1300.180.08101.8651.8183.73
HexCDEBC0D0128663454
Octal315353300150221014664124
Binary1100110111101011110000001101010010100011001101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBC0; }

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

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

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

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

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

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

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

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