Html Css Color HEX #115E73 Blue Lagoon

📋 copy color: '#115E73'

red 17 ◦ green 94 ◦ blue 115

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

Shades of Blue Lagoon #115E73

Tints of Blue Lagoon #115E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50.88%

R = 7.52%
G = 41.59%
B = 50.88%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#115E73 (or 0x115E73) is known color: Blue Lagoon. HEX triplet: 11, 5E and 73. RGB value is (17,94,115). Sum of RGB (Red+Green+Blue) = 17+94+115=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 94 (37.11% from 255 or 41.59% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #115E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115E73 is #EEA18C. Grayscale: #494949. Windows color (decimal): -15638925 or 7560721. OLE color: 7560721.

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

Color convert

RGB 17 94 115 -
CMYK 0.85 0.18 0 0.55
HSL 192.86º 0.74% 0.26% -
HSV(B) 192.86º 0.85% 0.45% -
XYZ 7.33 9.36 17.64 -
YUV 73.37 151.49 87.79 -
System Red Green Blue C M Y K H S L
Decimal 17 94 115 0.85 0.18 0 0.55 192.86 0.74 0.26
Hex 11 5E 73 55 12 0 37 C1 4A 1A
Octal 21 136 163 125 22 0 67 301 112 32
Binary 10001 1011110 1110011 1010101 10010 0 110111 11000001 1001010 11010

Color Harmonies of #115E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115E73

Black with #115E73

Text Example


Text Example

White with #115E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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