Html Css Color HEX #126170 Blue Lagoon

📋 copy color: '#126170'

red 18 ◦ green 97 ◦ blue 112

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

Shades of Blue Lagoon #126170

Tints of Blue Lagoon #126170

RGB

 RED value IS 18 (7.42% from 255) = 7.93%

 GREEN value IS 97 (38.28% from 255) = 42.73%

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

R = 7.93%
G = 42.73%
B = 49.34%

CMYK

 C value IS 0.84

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#126170 (or 0x126170) is known color: Blue Lagoon. HEX triplet: 12, 61 and 70. RGB value is (18,97,112). Sum of RGB (Red+Green+Blue) = 18+97+112=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #126170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126170 is #ED9E8F. Grayscale: #4A4A4A. Windows color (decimal): -15572624 or 7364882. OLE color: 7364882.

HSL color Cylindrical-coordinate representation of color #126170: hue angle of 189.57º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126170 is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 97 112 -
CMYK 0.84 0.13 0 0.56
HSL 189.57º 0.72% 0.25% -
HSV(B) 189.57º 0.84% 0.44% -
XYZ 7.45 9.85 16.84 -
YUV 75.09 148.83 87.28 -
System Red Green Blue C M Y K H S L
Decimal 18 97 112 0.84 0.13 0 0.56 189.57 0.72 0.25
Hex 12 61 70 54 D 0 38 BE 48 19
Octal 22 141 160 124 15 0 70 276 110 31
Binary 10010 1100001 1110000 1010100 1101 0 111000 10111110 1001000 11001

Color Harmonies of #126170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126170

Black with #126170

Text Example


Text Example

White with #126170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126170; }

 p { color: rgb(18,97,112); }

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

background-color css

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

 a { background-color: rgb(18,97,112); }

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

border-color css

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

 span { border-color: rgb(18,97,112); }

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