#C0FCBB

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

Shades of Tea Green #C0FCBB

Tints of Tea Green #C0FCBB

Color information

#C0FCBB (or 0xC0FCBB) is unknown color: approx Tea Green. HEX triplet: C0, FC and BB. RGB value is (192,252,187). Sum of RGB (Red+Green+Blue) = 192+252+187=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FCBB is #3F0344. Grayscale: #E2E2E2. Windows color (decimal): -4129605 or 12319936. OLE color: 12319936.

HSL color Cylindrical-coordinate representation of color #C0FCBB: hue angle of 115.38º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0FCBB is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB192252187-
CMYK0.2400.260.01
HSL115.38º91.55%86.08%-
HSV(B)115.38º25.79%98.82%-
XYZ65.5284.4259.85-
YUV226.65105.62103.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.43%
GREEN value IS 252 (98.83% from 255) = 39.94%
BLUE value IS 187 (73.44% from 255) = 29.64%
R=30.43%
G=39.94%
B=29.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1922521870.2400.260.01115.3891.5586.08
HexC0FCBB1801A1735c56
Octal300374273300321163134126
Binary110000001111110010111011110000110101111001110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FCBB; }

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

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

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

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

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

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

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

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