Html Css Color HEX #115E6F Blue Lagoon

📋 copy color: '#115E6F'

red 17 ◦ green 94 ◦ blue 111

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

Shades of Blue Lagoon #115E6F

Tints of Blue Lagoon #115E6F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 42.34%

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

R = 7.66%
G = 42.34%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#115E6F (or 0x115E6F) is known color: Blue Lagoon. HEX triplet: 11, 5E and 6F. RGB value is (17,94,111). Sum of RGB (Red+Green+Blue) = 17+94+111=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #115E6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115E6F is #EEA190. Grayscale: #484848. Windows color (decimal): -15638929 or 7298577. OLE color: 7298577.

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

Color convert

RGB 17 94 111 -
CMYK 0.85 0.15 0 0.56
HSL 190.85º 0.73% 0.25% -
HSV(B) 190.85º 0.85% 0.44% -
XYZ 7.1 9.27 16.45 -
YUV 72.92 149.49 88.12 -
System Red Green Blue C M Y K H S L
Decimal 17 94 111 0.85 0.15 0 0.56 190.85 0.73 0.25
Hex 11 5E 6F 55 F 0 38 BF 49 19
Octal 21 136 157 125 17 0 70 277 111 31
Binary 10001 1011110 1101111 1010101 1111 0 111000 10111111 1001001 11001

Color Harmonies of #115E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115E6F

Black with #115E6F

Text Example


Text Example

White with #115E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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