#1BCC94

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

Shades of Shamrock #1BCC94

Tints of Shamrock #1BCC94

Color information

#1BCC94 (or 0x1BCC94) is unknown color: approx Shamrock. HEX triplet: 1B, CC and 94. RGB value is (27,204,148). Sum of RGB (Red+Green+Blue) = 27+204+148=379 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.12% from 379); Green value is 204 (80.08% from 255 or 53.83% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCC94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCC94 is #E4336B. Grayscale: #909090. Windows color (decimal): -14955372 or 9751579. OLE color: 9751579.

HSL color Cylindrical-coordinate representation of color #1BCC94: hue angle of 161.02º 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 #1BCC94 is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB27204148-
CMYK0.8700.270.2
HSL161.02º76.62%45.29%-
HSV(B)161.02º86.76%80%-
XYZ27.3945.5635.37-
YUV144.69129.8644.05-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.12%
GREEN value IS 204 (80.08% from 255) = 53.83%
BLUE value IS 148 (58.20% from 255) = 39.05%
R=7.12%
G=53.83%
B=39.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal272041480.8700.270.2161.0276.6245.29
Hex1BCC945701B14a14d2d
Octal333142241270332424111555
Binary110111100110010010100101011101101110100101000011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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