#CDEABB

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

Shades of Tea Green #CDEABB

Tints of Tea Green #CDEABB

Color information

#CDEABB (or 0xCDEABB) is unknown color: approx Tea Green. HEX triplet: CD, EA and BB. RGB value is (205,234,187). Sum of RGB (Red+Green+Blue) = 205+234+187=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEABB is #321544. Grayscale: #DCDCDC. Windows color (decimal): -3282245 or 12315341. OLE color: 12315341.

HSL color Cylindrical-coordinate representation of color #CDEABB: hue angle of 97.02º 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 #CDEABB is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB205234187-
CMYK0.1200.200.08
HSL97.02º52.81%82.55%-
HSV(B)97.02º20.09%91.76%-
XYZ63.5775.4158.22-
YUV219.97109.39117.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.75%
GREEN value IS 234 (91.80% from 255) = 37.38%
BLUE value IS 187 (73.44% from 255) = 29.87%
R=32.75%
G=37.38%
B=29.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052341870.1200.200.0897.0252.8182.55
HexCDEABBC0148613553
Octal315352273140241014165123
Binary1100110111101010101110111100010100100011000011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEABB; }

 p { color: rgb(205,234,187); }

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

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

 a { background-color: rgb(205,234,187); }

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

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

 span { border-color: rgb(205,234,187); }

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