Html Css Color HEX #155E59 Blue Stone

📋 copy color: '#155E59'

red 21 ◦ green 94 ◦ blue 89

#155E59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #155E59

Tints of Blue Stone #155E59

RGB

 RED value IS 21 (8.59% from 255) = 10.29%

 GREEN value IS 94 (37.11% from 255) = 46.08%

 BLUE value IS 89 (35.16% from 255) = 43.63%

R = 10.29%
G = 46.08%
B = 43.63%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#155E59 (or 0x155E59) is known color: Blue Stone. HEX triplet: 15, 5E and 59. RGB value is (21,94,89). Sum of RGB (Red+Green+Blue) = 21+94+89=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 94 (37.11% from 255 or 46.08% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 94 - color contains mainly: green. Hex color #155E59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155E59 is #EAA1A6. Grayscale: #474747. Windows color (decimal): -15376807 or 5856789. OLE color: 5856789.

HSL color Cylindrical-coordinate representation of color #155E59: hue angle of 175.89º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155E59 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 94 89 -
CMYK 0.78 0 0.05 0.63
HSL 175.89º 0.63% 0.23% -
HSV(B) 175.89º 0.78% 0.37% -
XYZ 6.12 8.89 10.84 -
YUV 71.6 137.82 91.91 -
System Red Green Blue C M Y K H S L
Decimal 21 94 89 0.78 0 0.05 0.63 175.89 0.63 0.23
Hex 15 5E 59 4E 0 5 3F B0 3F 17
Octal 25 136 131 116 0 5 77 260 77 27
Binary 10101 1011110 1011001 1001110 0 101 111111 10110000 111111 10111

Color Harmonies of #155E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155E59

Black with #155E59

Text Example


Text Example

White with #155E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #155E59;
 }
 .AnyTagClassName
 {
   color: #155E59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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