#1BD5A9

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

Shades of Shamrock #1BD5A9

Tints of Shamrock #1BD5A9

Color information

#1BD5A9 (or 0x1BD5A9) is unknown color: approx Shamrock. HEX triplet: 1B, D5 and A9. RGB value is (27,213,169). Sum of RGB (Red+Green+Blue) = 27+213+169=409 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.60% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 169 (66.41% from 255 or 41.32% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #1BD5A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BD5A9 is #E42A56. Grayscale: #989898. Windows color (decimal): -14953047 or 11130139. OLE color: 11130139.

HSL color Cylindrical-coordinate representation of color #1BD5A9: hue angle of 165.81º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD5A9 is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB27213169-
CMYK0.8700.210.16
HSL165.81º77.5%47.06%-
HSV(B)165.81º87.32%83.53%-
XYZ31.4150.6945.66-
YUV152.37137.3838.58-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.60%
GREEN value IS 213 (83.59% from 255) = 52.08%
BLUE value IS 169 (66.41% from 255) = 41.32%
R=6.60%
G=52.08%
B=41.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal272131690.8700.210.16165.8177.547.06
Hex1BD5A95701510a64e2f
Octal333252511270252024611657
Binary110111101010110101001101011101010110000101001101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BD5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,213,169); }

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

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

 a { background-color: rgb(27,213,169); }

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

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

 span { border-color: rgb(27,213,169); }

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