#C8FABE

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

Shades of Tea Green #C8FABE

Tints of Tea Green #C8FABE

Color information

#C8FABE (or 0xC8FABE) is unknown color: approx Tea Green. HEX triplet: C8, FA and BE. RGB value is (200,250,190). Sum of RGB (Red+Green+Blue) = 200+250+190=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 190 (74.61% from 255 or 29.69% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FABE is #370541. Grayscale: #E4E4E4. Windows color (decimal): -3605826 or 12516040. OLE color: 12516040.

HSL color Cylindrical-coordinate representation of color #C8FABE: hue angle of 110º 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 #C8FABE is Cyan = 0.2, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB200250190-
CMYK0.200.240.02
HSL110º85.71%86.27%-
HSV(B)110º24%98.04%-
XYZ67.384.3761.45-
YUV228.21106.44107.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.25%
GREEN value IS 250 (98.05% from 255) = 39.06%
BLUE value IS 190 (74.61% from 255) = 29.69%
R=31.25%
G=39.06%
B=29.69%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002501900.200.240.0211085.7186.27
HexC8FABE1401826e5656
Octal310372276240302156126126
Binary1100100011111010101111101010001100010110111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FABE; }

 p { color: rgb(200,250,190); }

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

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

 a { background-color: rgb(200,250,190); }

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

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

 span { border-color: rgb(200,250,190); }

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