Html Css Color HEX #115C61 Blue Stone

📋 copy color: '#115C61'

red 17 ◦ green 92 ◦ blue 97

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

Shades of Blue Stone #115C61

Tints of Blue Stone #115C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 47.09%

R = 8.25%
G = 44.66%
B = 47.09%

CMYK

 C value IS 0.82

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#115C61 (or 0x115C61) is known color: Blue Stone. HEX triplet: 11, 5C and 61. RGB value is (17,92,97). Sum of RGB (Red+Green+Blue) = 17+92+97=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #115C61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C61 is #EEA39E. Grayscale: #464646. Windows color (decimal): -15639455 or 6380561. OLE color: 6380561.

HSL color Cylindrical-coordinate representation of color #115C61: hue angle of 183.75º 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 #115C61 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 92 97 -
CMYK 0.82 0.05 0 0.62
HSL 183.75º 0.7% 0.22% -
HSV(B) 183.75º 0.82% 0.38% -
XYZ 6.22 8.64 12.65 -
YUV 70.15 143.15 90.09 -
System Red Green Blue C M Y K H S L
Decimal 17 92 97 0.82 0.05 0 0.62 183.75 0.7 0.22
Hex 11 5C 61 52 5 0 3E B8 46 16
Octal 21 134 141 122 5 0 76 270 106 26
Binary 10001 1011100 1100001 1010010 101 0 111110 10111000 1000110 10110

Color Harmonies of #115C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115C61

Black with #115C61

Text Example


Text Example

White with #115C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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