#C0FBBB

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

Shades of Tea Green #C0FBBB

Tints of Tea Green #C0FBBB

Color information

#C0FBBB (or 0xC0FBBB) is unknown color: approx Tea Green. HEX triplet: C0, FB and BB. RGB value is (192,251,187). Sum of RGB (Red+Green+Blue) = 192+251+187=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FBBB is #3F0444. Grayscale: #E2E2E2. Windows color (decimal): -4129861 or 12319680. OLE color: 12319680.

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

Color convert

RGB192251187-
CMYK0.2400.250.02
HSL115.31º88.89%85.88%-
HSV(B)115.31º25.5%98.43%-
XYZ65.2183.7959.75-
YUV226.06105.95103.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.48%
GREEN value IS 251 (98.44% from 255) = 39.84%
BLUE value IS 187 (73.44% from 255) = 29.68%
R=30.48%
G=39.84%
B=29.68%

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
Decimal1922511870.2400.250.02115.3188.8985.88
HexC0FBBB180192735956
Octal300373273300312163131126
Binary1100000011111011101110111100001100110111001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FBBB; }

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

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

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

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

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

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

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

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