#C0FABB

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

Shades of Tea Green #C0FABB

Tints of Tea Green #C0FABB

Color information

#C0FABB (or 0xC0FABB) is unknown color: approx Tea Green. HEX triplet: C0, FA and BB. RGB value is (192,250,187). Sum of RGB (Red+Green+Blue) = 192+250+187=629 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.52% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FABB is #3F0544. Grayscale: #E1E1E1. Windows color (decimal): -4130117 or 12319424. OLE color: 12319424.

HSL color Cylindrical-coordinate representation of color #C0FABB: hue angle of 115.24º degrees, saturation: 0.86, 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 #C0FABB is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB192250187-
CMYK0.2300.250.02
HSL115.24º86.3%85.69%-
HSV(B)115.24º25.2%98.04%-
XYZ64.8983.1759.65-
YUV225.48106.28104.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.52%
GREEN value IS 250 (98.05% from 255) = 39.75%
BLUE value IS 187 (73.44% from 255) = 29.73%
R=30.52%
G=39.75%
B=29.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922501870.2300.250.02115.2486.385.69
HexC0FABB170192735656
Octal300372273270312163126126
Binary1100000011111010101110111011101100110111001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FABB; }

 p { color: rgb(192,250,187); }

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

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

 a { background-color: rgb(192,250,187); }

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

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

 span { border-color: rgb(192,250,187); }

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