#CEEFB3

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

Shades of Tea Green #CEEFB3

Tints of Tea Green #CEEFB3

Color information

#CEEFB3 (or 0xCEEFB3) is unknown color: approx Tea Green. HEX triplet: CE, EF and B3. RGB value is (206,239,179). Sum of RGB (Red+Green+Blue) = 206+239+179=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 179 (70.31% from 255 or 28.69% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEFB3 is #31104C. Grayscale: #DEDEDE. Windows color (decimal): -3215437 or 11792334. OLE color: 11792334.

HSL color Cylindrical-coordinate representation of color #CEEFB3: hue angle of 93º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEEFB3 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB206239179-
CMYK0.1400.250.06
HSL93º65.22%81.96%-
HSV(B)93º25.1%93.73%-
XYZ64.4678.1154.33-
YUV222.29103.57116.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.01%
GREEN value IS 239 (93.75% from 255) = 38.30%
BLUE value IS 179 (70.31% from 255) = 28.69%
R=33.01%
G=38.30%
B=28.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062391790.1400.250.069365.2281.96
HexCEEFB3E01965d4152
Octal316357263160316135101122
Binary1100111011101111101100111110011001110101110110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFB3; }

 p { color: rgb(206,239,179); }

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

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

 a { background-color: rgb(206,239,179); }

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

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

 span { border-color: rgb(206,239,179); }

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