Html Css Color HEX #115E59 Blue Stone

📋 copy color: '#115E59'

red 17 ◦ green 94 ◦ blue 89

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

Shades of Blue Stone #115E59

Tints of Blue Stone #115E59

RGB

 RED value IS 17 (7.03% from 255) = 8.5%

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

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

R = 8.5%
G = 47%
B = 44.5%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#115E59 (or 0x115E59) is known color: Blue Stone. HEX triplet: 11, 5E and 59. RGB value is (17,94,89). Sum of RGB (Red+Green+Blue) = 17+94+89=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 94 (37.11% from 255 or 47% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 94 - color contains mainly: green. Hex color #115E59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115E59 is #EEA1A6. Grayscale: #464646. Windows color (decimal): -15638951 or 5856785. OLE color: 5856785.

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

Color convert

RGB 17 94 89 -
CMYK 0.82 0 0.05 0.63
HSL 176.1º 0.69% 0.22% -
HSV(B) 176.1º 0.82% 0.37% -
XYZ 6.04 8.85 10.84 -
YUV 70.41 138.49 89.91 -
System Red Green Blue C M Y K H S L
Decimal 17 94 89 0.82 0 0.05 0.63 176.1 0.69 0.22
Hex 11 5E 59 52 0 5 3F B0 45 16
Octal 21 136 131 122 0 5 77 260 105 26
Binary 10001 1011110 1011001 1010010 0 101 111111 10110000 1000101 10110

Color Harmonies of #115E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115E59

Black with #115E59

Text Example


Text Example

White with #115E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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