#CDEEBB

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

Shades of Tea Green #CDEEBB

Tints of Tea Green #CDEEBB

Color information

#CDEEBB (or 0xCDEEBB) is unknown color: approx Tea Green. HEX triplet: CD, EE and BB. RGB value is (205,238,187). Sum of RGB (Red+Green+Blue) = 205+238+187=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEBB is #321144. Grayscale: #DEDEDE. Windows color (decimal): -3281221 or 12316365. OLE color: 12316365.

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

Color convert

RGB205238187-
CMYK0.1400.210.07
HSL98.82º60%83.33%-
HSV(B)98.82º21.43%93.33%-
XYZ64.7277.7258.6-
YUV222.32108.07115.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.54%
GREEN value IS 238 (93.36% from 255) = 37.78%
BLUE value IS 187 (73.44% from 255) = 29.68%
R=32.54%
G=37.78%
B=29.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052381870.1400.210.0798.826083.33
HexCDEEBBE0157633c53
Octal31535627316025714374123
Binary110011011110111010111011111001010111111000111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEEBB; }

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

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

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

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

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

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

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

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