#155E68

Color #155E68 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #155E68

Tints of Blue Stone #155E68

Color information

#155E68 (or 0x155E68) is unknown color: approx Blue Stone. HEX triplet: 15, 5E and 68. RGB value is (21,94,104). Sum of RGB (Red+Green+Blue) = 21+94+104=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 94 (37.11% from 255 or 42.92% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #155E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155E68 is #EAA197. Grayscale: #494949. Windows color (decimal): -15376792 or 6839829. OLE color: 6839829.

HSL color Cylindrical-coordinate representation of color #155E68: hue angle of 187.23º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #155E68 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2194104-
CMYK0.800.1000.59
HSL187.23º66.4%24.51%-
HSV(B)187.23º79.81%40.78%-
XYZ6.819.1614.51-
YUV73.31145.3290.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.59%
GREEN value IS 94 (37.11% from 255) = 42.92%
BLUE value IS 104 (41.02% from 255) = 47.49%
R=9.59%
G=42.92%
B=47.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21941040.800.1000.59187.2366.424.51
Hex155E6850A03Bbb4219
Octal251361501201207327310231
Binary101011011110110100010100001010011101110111011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155E68; }

 p { color: rgb(21,94,104); }

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

<style>
 a { background-color: #155E68; }

 a { background-color: rgb(21,94,104); }

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

<style>
 span { border-color: #155E68; }

 span { border-color: rgb(21,94,104); }

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