#1BCC96

Color #1BCC96 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #1BCC96

Tints of Shamrock #1BCC96

Color information

#1BCC96 (or 0x1BCC96) is unknown color: approx Shamrock. HEX triplet: 1B, CC and 96. RGB value is (27,204,150). Sum of RGB (Red+Green+Blue) = 27+204+150=381 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.09% from 381); Green value is 204 (80.08% from 255 or 53.54% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCC96 is #E43369. Grayscale: #909090. Windows color (decimal): -14955370 or 9882651. OLE color: 9882651.

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

Color convert

RGB27204150-
CMYK0.8700.260.2
HSL161.69º76.62%45.29%-
HSV(B)161.69º86.76%80%-
XYZ27.5545.6236.21-
YUV144.92130.8643.89-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.09%
GREEN value IS 204 (80.08% from 255) = 53.54%
BLUE value IS 150 (58.98% from 255) = 39.37%
R=7.09%
G=53.54%
B=39.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal272041500.8700.260.2161.6976.6245.29
Hex1BCC965701A14a24d2d
Octal333142261270322424211555
Binary110111100110010010110101011101101010100101000101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BCC96; }

 p { color: rgb(27,204,150); }

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

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

 a { background-color: rgb(27,204,150); }

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

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

 span { border-color: rgb(27,204,150); }

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