#CEFABD

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

Shades of Tea Green #CEFABD

Tints of Tea Green #CEFABD

Color information

#CEFABD (or 0xCEFABD) is unknown color: approx Tea Green. HEX triplet: CE, FA and BD. RGB value is (206,250,189). Sum of RGB (Red+Green+Blue) = 206+250+189=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFABD is #310542. Grayscale: #E6E6E6. Windows color (decimal): -3212611 or 12450510. OLE color: 12450510.

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

Color convert

RGB206250189-
CMYK0.1800.240.02
HSL103.28º85.92%86.08%-
HSV(B)103.28º24.4%98.04%-
XYZ68.8285.1760.96-
YUV229.89104.92110.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.94%
GREEN value IS 250 (98.05% from 255) = 38.76%
BLUE value IS 189 (74.22% from 255) = 29.30%
R=31.94%
G=38.76%
B=29.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062501890.1800.240.02103.2885.9286.08
HexCEFABD120182675656
Octal316372275220302147126126
Binary1100111011111010101111011001001100010110011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFABD; }

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

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

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

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

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

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

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

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