Html Css Color HEX #115C62 Blue Stone

📋 copy color: '#115C62'

red 17 ◦ green 92 ◦ blue 98

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

Shades of Blue Stone #115C62

Tints of Blue Stone #115C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 47.34%

R = 8.21%
G = 44.44%
B = 47.34%

CMYK

 C value IS 0.83

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#115C62 (or 0x115C62) is known color: Blue Stone. HEX triplet: 11, 5C and 62. RGB value is (17,92,98). Sum of RGB (Red+Green+Blue) = 17+92+98=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #115C62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C62 is #EEA39D. Grayscale: #464646. Windows color (decimal): -15639454 or 6446097. OLE color: 6446097.

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

Color convert

RGB 17 92 98 -
CMYK 0.83 0.06 0 0.62
HSL 184.44º 0.7% 0.23% -
HSV(B) 184.44º 0.83% 0.38% -
XYZ 6.26 8.66 12.9 -
YUV 70.26 143.65 90.01 -
System Red Green Blue C M Y K H S L
Decimal 17 92 98 0.83 0.06 0 0.62 184.44 0.7 0.23
Hex 11 5C 62 53 6 0 3E B8 46 17
Octal 21 134 142 123 6 0 76 270 106 27
Binary 10001 1011100 1100010 1010011 110 0 111110 10111000 1000110 10111

Color Harmonies of #115C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115C62

Black with #115C62

Text Example


Text Example

White with #115C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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