#155E63

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

Shades of Blue Stone #155E63

Tints of Blue Stone #155E63

Color information

#155E63 (or 0x155E63) is unknown color: approx Blue Stone. HEX triplet: 15, 5E and 63. RGB value is (21,94,99). Sum of RGB (Red+Green+Blue) = 21+94+99=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 94 (37.11% from 255 or 43.93% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #155E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155E63 is #EAA19C. Grayscale: #484848. Windows color (decimal): -15376797 or 6512149. OLE color: 6512149.

HSL color Cylindrical-coordinate representation of color #155E63: hue angle of 183.85º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155E63 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB219499-
CMYK0.790.0500.61
HSL183.85º65%23.53%-
HSV(B)183.85º78.79%38.82%-
XYZ6.569.0713.21-
YUV72.74142.8291.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.81%
GREEN value IS 94 (37.11% from 255) = 43.93%
BLUE value IS 99 (39.06% from 255) = 46.26%
R=9.81%
G=43.93%
B=46.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2194990.790.0500.61183.856523.53
Hex155E634F503Db84118
Octal25136143117507527010130
Binary10101101111011000111001111101011110110111000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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