#C0FFBF

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

Shades of Tea Green #C0FFBF

Tints of Tea Green #C0FFBF

Color information

#C0FFBF (or 0xC0FFBF) is unknown color: approx Tea Green. HEX triplet: C0, FF and BF. RGB value is (192,255,191). Sum of RGB (Red+Green+Blue) = 192+255+191=638 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.09% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFBF is #3F0040. Grayscale: #E5E5E5. Windows color (decimal): -4128833 or 12582848. OLE color: 12582848.

HSL color Cylindrical-coordinate representation of color #C0FFBF: hue angle of 119.06º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FFBF is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB192255191-
CMYK0.2500.250
HSL119.06º100%87.45%-
HSV(B)119.06º25.1%100%-
XYZ66.986.4962.46-
YUV228.87106.63101.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.09%
GREEN value IS 255 (100% from 255) = 39.97%
BLUE value IS 191 (75% from 255) = 29.94%
R=30.09%
G=39.97%
B=29.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922551910.2500.250119.0610087.45
HexC0FFBF190190776457
Octal300377277310310167144127
Binary110000001111111110111111110010110010111011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FFBF; }

 p { color: rgb(192,255,191); }

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

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

 a { background-color: rgb(192,255,191); }

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

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

 span { border-color: rgb(192,255,191); }

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