#CEEDBB

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

Shades of Tea Green #CEEDBB

Tints of Tea Green #CEEDBB

Color information

#CEEDBB (or 0xCEEDBB) is unknown color: approx Tea Green. HEX triplet: CE, ED and BB. RGB value is (206,237,187). Sum of RGB (Red+Green+Blue) = 206+237+187=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDBB is #311244. Grayscale: #DEDEDE. Windows color (decimal): -3215941 or 12316110. OLE color: 12316110.

HSL color Cylindrical-coordinate representation of color #CEEDBB: hue angle of 97.2º degrees, saturation: 0.58, 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 #CEEDBB is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB206237187-
CMYK0.1300.210.07
HSL97.2º58.14%83.14%-
HSV(B)97.2º21.1%92.94%-
XYZ64.7177.2858.52-
YUV222.03108.23116.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.70%
GREEN value IS 237 (92.97% from 255) = 37.62%
BLUE value IS 187 (73.44% from 255) = 29.68%
R=32.70%
G=37.62%
B=29.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062371870.1300.210.0797.258.1483.14
HexCEEDBBD0157613a53
Octal31635527315025714172123
Binary110011101110110110111011110101010111111000011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEDBB; }

 p { color: rgb(206,237,187); }

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

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

 a { background-color: rgb(206,237,187); }

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

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

 span { border-color: rgb(206,237,187); }

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