#C0FFBD

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

Shades of Tea Green #C0FFBD

Tints of Tea Green #C0FFBD

Color information

#C0FFBD (or 0xC0FFBD) is unknown color: approx Tea Green. HEX triplet: C0, FF and BD. RGB value is (192,255,189). Sum of RGB (Red+Green+Blue) = 192+255+189=636 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.19% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFBD is #3F0042. Grayscale: #E4E4E4. Windows color (decimal): -4128835 or 12451776. OLE color: 12451776.

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

Color convert

RGB192255189-
CMYK0.2500.260
HSL117.27º100%87.06%-
HSV(B)117.27º25.88%100%-
XYZ66.6886.461.31-
YUV228.64105.63101.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.19%
GREEN value IS 255 (100% from 255) = 40.09%
BLUE value IS 189 (74.22% from 255) = 29.72%
R=30.19%
G=40.09%
B=29.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922551890.2500.260117.2710087.06
HexC0FFBD1901A0756457
Octal300377275310320165144127
Binary110000001111111110111101110010110100111010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FFBD; }

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

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

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

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

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

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

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

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