#CDEEBA

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

Shades of Tea Green #CDEEBA

Tints of Tea Green #CDEEBA

Color information

#CDEEBA (or 0xCDEEBA) is unknown color: approx Tea Green. HEX triplet: CD, EE and BA. RGB value is (205,238,186). Sum of RGB (Red+Green+Blue) = 205+238+186=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEBA is #321145. Grayscale: #DEDEDE. Windows color (decimal): -3281222 or 12250829. OLE color: 12250829.

HSL color Cylindrical-coordinate representation of color #CDEEBA: hue angle of 98.08º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDEEBA is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB205238186-
CMYK0.1400.220.07
HSL98.08º60.47%83.14%-
HSV(B)98.08º21.85%93.33%-
XYZ64.6177.6758.04-
YUV222.2107.57115.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.59%
GREEN value IS 238 (93.36% from 255) = 37.84%
BLUE value IS 186 (73.05% from 255) = 29.57%
R=32.59%
G=37.84%
B=29.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052381860.1400.220.0798.0860.4783.14
HexCDEEBAE0167623c53
Octal31535627216026714274123
Binary110011011110111010111010111001011011111000101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEEBA; }

 p { color: rgb(205,238,186); }

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

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

 a { background-color: rgb(205,238,186); }

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

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

 span { border-color: rgb(205,238,186); }

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