#1BDCB4

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

Shades of Shamrock #1BDCB4

Tints of Shamrock #1BDCB4

Color information

#1BDCB4 (or 0x1BDCB4) is unknown color: approx Shamrock. HEX triplet: 1B, DC and B4. RGB value is (27,220,180). Sum of RGB (Red+Green+Blue) = 27+220+180=427 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.32% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDCB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDCB4 is #E4234B. Grayscale: #9D9D9D. Windows color (decimal): -14951244 or 11852827. OLE color: 11852827.

HSL color Cylindrical-coordinate representation of color #1BDCB4: hue angle of 167.56º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDCB4 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB27220180-
CMYK0.8800.180.14
HSL167.56º78.14%48.43%-
HSV(B)167.56º87.73%86.27%-
XYZ34.2854.7151.93-
YUV157.73140.5634.75-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.32%
GREEN value IS 220 (86.33% from 255) = 51.52%
BLUE value IS 180 (70.70% from 255) = 42.15%
R=6.32%
G=51.52%
B=42.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal272201800.8800.180.14167.5678.1448.43
Hex1BDCB458012Ea84e30
Octal333342641300221625011660
Binary11011110111001011010010110000100101110101010001001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BDCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,220,180); }

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

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

 a { background-color: rgb(27,220,180); }

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

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

 span { border-color: rgb(27,220,180); }

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