#1BD088

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

Shades of Shamrock #1BD088

Tints of Shamrock #1BD088

Color information

#1BD088 (or 0x1BD088) is unknown color: approx Shamrock. HEX triplet: 1B, D0 and 88. RGB value is (27,208,136). Sum of RGB (Red+Green+Blue) = 27+208+136=371 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.28% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #1BD088 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BD088 is #E42F77. Grayscale: #919191. Windows color (decimal): -14954360 or 8966171. OLE color: 8966171.

HSL color Cylindrical-coordinate representation of color #1BD088: hue angle of 156.13º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD088 is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB27208136-
CMYK0.8700.350.18
HSL156.13º77.02%46.08%-
HSV(B)156.13º87.02%81.57%-
XYZ27.4547.1230.94-
YUV145.67122.5343.35-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.28%
GREEN value IS 208 (81.64% from 255) = 56.06%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=7.28%
G=56.06%
B=36.66%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal272081360.8700.350.18156.1377.0246.08
Hex1BD08857023129c4d2e
Octal333202101270432223411556
Binary1101111010000100010001010111010001110010100111001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BD088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,208,136); }

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

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

 a { background-color: rgb(27,208,136); }

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

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

 span { border-color: rgb(27,208,136); }

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