Html Css Color HEX #115D70 Blue Lagoon

📋 copy color: '#115D70'

red 17 ◦ green 93 ◦ blue 112

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

Shades of Blue Lagoon #115D70

Tints of Blue Lagoon #115D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 50.45%

R = 7.66%
G = 41.89%
B = 50.45%

CMYK

 C value IS 0.85

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#115D70 (or 0x115D70) is known color: Blue Lagoon. HEX triplet: 11, 5D and 70. RGB value is (17,93,112). Sum of RGB (Red+Green+Blue) = 17+93+112=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #115D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D70 is #EEA28F. Grayscale: #484848. Windows color (decimal): -15639184 or 7363857. OLE color: 7363857.

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

Color convert

RGB 17 93 112 -
CMYK 0.85 0.17 0 0.56
HSL 192º 0.74% 0.25% -
HSV(B) 192º 0.85% 0.44% -
XYZ 7.07 9.12 16.72 -
YUV 72.44 150.32 88.46 -
System Red Green Blue C M Y K H S L
Decimal 17 93 112 0.85 0.17 0 0.56 192 0.74 0.25
Hex 11 5D 70 55 11 0 38 C0 4A 19
Octal 21 135 160 125 21 0 70 300 112 31
Binary 10001 1011101 1110000 1010101 10001 0 111000 11000000 1001010 11001

Color Harmonies of #115D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115D70

Black with #115D70

Text Example


Text Example

White with #115D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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