#c8eabf

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

Shades of Tea Green #C8EABF

Tints of Tea Green #C8EABF

Color information

#C8EABF (or 0xC8EABF) is unknown color: approx Tea Green. HEX triplet: C8, EA and BF. RGB value is (200,234,191). Sum of RGB (Red+Green+Blue) = 200+234+191=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EABF is #371540. Grayscale: #DBDBDB. Windows color (decimal): -3609921 or 12577480. OLE color: 12577480.

HSL color Cylindrical-coordinate representation of color #C8EABF: hue angle of 107.44º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8EABF is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB200234191-
CMYK0.1500.180.08
HSL107.44º50.59%83.33%-
HSV(B)107.44º18.38%91.76%-
XYZ62.6574.8960.44-
YUV218.93112.24114.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32%
GREEN value IS 234 (91.80% from 255) = 37.44%
BLUE value IS 191 (75% from 255) = 30.56%
R=32%
G=37.44%
B=30.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2002341910.1500.180.08107.4450.5983.33
HexC8EABFF01286b3353
Octal310352277170221015363123
Binary1100100011101010101111111111010010100011010111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8eabf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8eabf; }

 p { color: rgb(200,234,191); }

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

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

 a { background-color: rgb(200,234,191); }

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

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

 span { border-color: rgb(200,234,191); }

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