#C8EFBF

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

Shades of Tea Green #C8EFBF

Tints of Tea Green #C8EFBF

Color information

#C8EFBF (or 0xC8EFBF) is unknown color: approx Tea Green. HEX triplet: C8, EF and BF. RGB value is (200,239,191). Sum of RGB (Red+Green+Blue) = 200+239+191=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EFBF is #371040. Grayscale: #DEDEDE. Windows color (decimal): -3608641 or 12578760. OLE color: 12578760.

HSL color Cylindrical-coordinate representation of color #C8EFBF: hue angle of 108.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8EFBF is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB200239191-
CMYK0.1600.200.06
HSL108.75º60%84.31%-
HSV(B)108.75º20.08%93.73%-
XYZ64.0977.7760.92-
YUV221.87110.58112.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.75%
GREEN value IS 239 (93.75% from 255) = 37.94%
BLUE value IS 191 (75% from 255) = 30.32%
R=31.75%
G=37.94%
B=30.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2002391910.1600.200.06108.756084.31
HexC8EFBF1001466d3c54
Octal31035727720024615574124
Binary1100100011101111101111111000001010011011011011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EFBF; }

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

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

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

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

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

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

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

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