Html Css Color HEX #115F6F Blue Lagoon

📋 copy color: '#115F6F'

red 17 ◦ green 95 ◦ blue 111

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

Shades of Blue Lagoon #115F6F

Tints of Blue Lagoon #115F6F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 42.6%

 BLUE value IS 111 (43.75% from 255) = 49.78%

R = 7.62%
G = 42.6%
B = 49.78%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#115F6F (or 0x115F6F) is known color: Blue Lagoon. HEX triplet: 11, 5F and 6F. RGB value is (17,95,111). Sum of RGB (Red+Green+Blue) = 17+95+111=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #115F6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115F6F is #EEA090. Grayscale: #494949. Windows color (decimal): -15638673 or 7298833. OLE color: 7298833.

HSL color Cylindrical-coordinate representation of color #115F6F: hue angle of 190.21º degrees, saturation: 0.73, 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 #115F6F is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 95 111 -
CMYK 0.85 0.14 0 0.56
HSL 190.21º 0.73% 0.25% -
HSV(B) 190.21º 0.85% 0.44% -
XYZ 7.19 9.45 16.48 -
YUV 73.5 149.16 87.7 -
System Red Green Blue C M Y K H S L
Decimal 17 95 111 0.85 0.14 0 0.56 190.21 0.73 0.25
Hex 11 5F 6F 55 E 0 38 BE 49 19
Octal 21 137 157 125 16 0 70 276 111 31
Binary 10001 1011111 1101111 1010101 1110 0 111000 10111110 1001001 11001

Color Harmonies of #115F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115F6F

Black with #115F6F

Text Example


Text Example

White with #115F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,95,111); }

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

background-color css

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

 a { background-color: rgb(17,95,111); }

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

border-color css

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

 span { border-color: rgb(17,95,111); }

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