#CEFAB2

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

Shades of Tea Green #CEFAB2

Tints of Tea Green #CEFAB2

Color information

#CEFAB2 (or 0xCEFAB2) is unknown color: approx Tea Green. HEX triplet: CE, FA and B2. RGB value is (206,250,178). Sum of RGB (Red+Green+Blue) = 206+250+178=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 178 (69.92% from 255 or 28.08% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFAB2 is #31054D. Grayscale: #E4E4E4. Windows color (decimal): -3212622 or 11729614. OLE color: 11729614.

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

Color convert

RGB206250178-
CMYK0.1800.290.02
HSL96.67º87.8%83.92%-
HSV(B)96.67º28.8%98.04%-
XYZ67.6884.7154.9-
YUV228.6499.42111.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.49%
GREEN value IS 250 (98.05% from 255) = 39.43%
BLUE value IS 178 (69.92% from 255) = 28.08%
R=32.49%
G=39.43%
B=28.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062501780.1800.290.0296.6787.883.92
HexCEFAB21201D2615854
Octal316372262220352141130124
Binary1100111011111010101100101001001110110110000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAB2; }

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

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

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

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

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

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

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

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