#CEF1B3

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

Shades of Tea Green #CEF1B3

Tints of Tea Green #CEF1B3

Color information

#CEF1B3 (or 0xCEF1B3) is unknown color: approx Tea Green. HEX triplet: CE, F1 and B3. RGB value is (206,241,179). Sum of RGB (Red+Green+Blue) = 206+241+179=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 179 (70.31% from 255 or 28.59% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF1B3 is #310E4C. Grayscale: #DFDFDF. Windows color (decimal): -3214925 or 11792846. OLE color: 11792846.

HSL color Cylindrical-coordinate representation of color #CEF1B3: hue angle of 93.87º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEF1B3 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB206241179-
CMYK0.1500.260.05
HSL93.87º68.89%82.35%-
HSV(B)93.87º25.73%94.51%-
XYZ65.0579.2954.52-
YUV223.47102.9115.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.91%
GREEN value IS 241 (94.53% from 255) = 38.50%
BLUE value IS 179 (70.31% from 255) = 28.59%
R=32.91%
G=38.50%
B=28.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062411790.1500.260.0593.8768.8982.35
HexCEF1B3F01A55e4552
Octal316361263170325136105122
Binary1100111011110001101100111111011010101101111010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF1B3; }

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

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

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

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

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

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

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

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