Html Css Color HEX #115C60 Blue Stone

📋 copy color: '#115C60'

red 17 ◦ green 92 ◦ blue 96

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

Shades of Blue Stone #115C60

Tints of Blue Stone #115C60

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.88%

 BLUE value IS 96 (37.89% from 255) = 46.83%

R = 8.29%
G = 44.88%
B = 46.83%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#115C60 (or 0x115C60) is known color: Blue Stone. HEX triplet: 11, 5C and 60. RGB value is (17,92,96). Sum of RGB (Red+Green+Blue) = 17+92+96=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #115C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C60 is #EEA39F. Grayscale: #454545. Windows color (decimal): -15639456 or 6315025. OLE color: 6315025.

HSL color Cylindrical-coordinate representation of color #115C60: hue angle of 183.04º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115C60 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 92 96 -
CMYK 0.82 0.04 0 0.62
HSL 183.04º 0.7% 0.22% -
HSV(B) 183.04º 0.82% 0.38% -
XYZ 6.17 8.62 12.4 -
YUV 70.03 142.65 90.17 -
System Red Green Blue C M Y K H S L
Decimal 17 92 96 0.82 0.04 0 0.62 183.04 0.7 0.22
Hex 11 5C 60 52 4 0 3E B7 46 16
Octal 21 134 140 122 4 0 76 267 106 26
Binary 10001 1011100 1100000 1010010 100 0 111110 10110111 1000110 10110

Color Harmonies of #115C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115C60

Black with #115C60

Text Example


Text Example

White with #115C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,92,96); }

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

background-color css

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

 a { background-color: rgb(17,92,96); }

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

border-color css

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

 span { border-color: rgb(17,92,96); }

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