#C0FBBD

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

Shades of Tea Green #C0FBBD

Tints of Tea Green #C0FBBD

Color information

#C0FBBD (or 0xC0FBBD) is unknown color: approx Tea Green. HEX triplet: C0, FB and BD. RGB value is (192,251,189). Sum of RGB (Red+Green+Blue) = 192+251+189=632 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.38% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FBBD is #3F0442. Grayscale: #E2E2E2. Windows color (decimal): -4129859 or 12450752. OLE color: 12450752.

HSL color Cylindrical-coordinate representation of color #C0FBBD: hue angle of 117.1º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FBBD is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB192251189-
CMYK0.2400.250.02
HSL117.1º88.57%86.27%-
HSV(B)117.1º24.7%98.43%-
XYZ65.4283.8760.89-
YUV226.29106.95103.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.38%
GREEN value IS 251 (98.44% from 255) = 39.72%
BLUE value IS 189 (74.22% from 255) = 29.91%
R=30.38%
G=39.72%
B=29.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922511890.2400.250.02117.188.5786.27
HexC0FBBD180192755956
Octal300373275300312165131126
Binary1100000011111011101111011100001100110111010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FBBD; }

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

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

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

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

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

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

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

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