#CEFABA

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

Shades of Tea Green #CEFABA

Tints of Tea Green #CEFABA

Color information

#CEFABA (or 0xCEFABA) is unknown color: approx Tea Green. HEX triplet: CE, FA and BA. RGB value is (206,250,186). Sum of RGB (Red+Green+Blue) = 206+250+186=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFABA is #310545. Grayscale: #E5E5E5. Windows color (decimal): -3212614 or 12253902. OLE color: 12253902.

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

Color convert

RGB206250186-
CMYK0.1800.260.02
HSL101.25º86.49%85.49%-
HSV(B)101.25º25.6%98.04%-
XYZ68.585.0459.26-
YUV229.55103.42111.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.09%
GREEN value IS 250 (98.05% from 255) = 38.94%
BLUE value IS 186 (73.05% from 255) = 28.97%
R=32.09%
G=38.94%
B=28.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062501860.1800.260.02101.2586.4985.49
HexCEFABA1201A2655655
Octal316372272220322145126125
Binary1100111011111010101110101001001101010110010110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFABA; }

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

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

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

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

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

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

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

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