Html Css Color HEX #115D71 Blue Lagoon

📋 copy color: '#115D71'

red 17 ◦ green 93 ◦ blue 113

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

Shades of Blue Lagoon #115D71

Tints of Blue Lagoon #115D71

RGB

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

 GREEN value IS 93 (36.72% from 255) = 41.7%

 BLUE value IS 113 (44.53% from 255) = 50.67%

R = 7.62%
G = 41.7%
B = 50.67%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#115D71 (or 0x115D71) is known color: Blue Lagoon. HEX triplet: 11, 5D and 71. RGB value is (17,93,113). Sum of RGB (Red+Green+Blue) = 17+93+113=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #115D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D71 is #EEA28E. Grayscale: #484848. Windows color (decimal): -15639183 or 7429393. OLE color: 7429393.

HSL color Cylindrical-coordinate representation of color #115D71: hue angle of 192.5º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115D71 is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 93 113 -
CMYK 0.85 0.18 0 0.56
HSL 192.5º 0.74% 0.25% -
HSV(B) 192.5º 0.85% 0.44% -
XYZ 7.13 9.14 17.01 -
YUV 72.56 150.82 88.37 -
System Red Green Blue C M Y K H S L
Decimal 17 93 113 0.85 0.18 0 0.56 192.5 0.74 0.25
Hex 11 5D 71 55 12 0 38 C0 4A 19
Octal 21 135 161 125 22 0 70 300 112 31
Binary 10001 1011101 1110001 1010101 10010 0 111000 11000000 1001010 11001

Color Harmonies of #115D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115D71

Black with #115D71

Text Example


Text Example

White with #115D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,93,113); }

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

background-color css

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

 a { background-color: rgb(17,93,113); }

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

border-color css

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

 span { border-color: rgb(17,93,113); }

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