#CEFAB0

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

Shades of Tea Green #CEFAB0

Tints of Tea Green #CEFAB0

Color information

#CEFAB0 (or 0xCEFAB0) is unknown color: approx Tea Green. HEX triplet: CE, FA and B0. RGB value is (206,250,176). Sum of RGB (Red+Green+Blue) = 206+250+176=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 176 (69.14% from 255 or 27.85% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFAB0 is #31054F. Grayscale: #E4E4E4. Windows color (decimal): -3212624 or 11598542. OLE color: 11598542.

HSL color Cylindrical-coordinate representation of color #CEFAB0: hue angle of 95.68º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEFAB0 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB206250176-
CMYK0.1800.300.02
HSL95.68º88.1%83.53%-
HSV(B)95.68º29.6%98.04%-
XYZ67.4884.6353.85-
YUV228.4198.42112.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.59%
GREEN value IS 250 (98.05% from 255) = 39.56%
BLUE value IS 176 (69.14% from 255) = 27.85%
R=32.59%
G=39.56%
B=27.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062501760.1800.300.0295.6888.183.53
HexCEFAB01201E2605854
Octal316372260220362140130124
Binary1100111011111010101100001001001111010110000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAB0; }

 p { color: rgb(206,250,176); }

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

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

 a { background-color: rgb(206,250,176); }

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

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

 span { border-color: rgb(206,250,176); }

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