Html Css Color HEX #126370 Blue Lagoon

📋 copy color: '#126370'

red 18 ◦ green 99 ◦ blue 112

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

Shades of Blue Lagoon #126370

Tints of Blue Lagoon #126370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.23%

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

R = 7.86%
G = 43.23%
B = 48.91%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#126370 (or 0x126370) is known color: Blue Lagoon. HEX triplet: 12, 63 and 70. RGB value is (18,99,112). Sum of RGB (Red+Green+Blue) = 18+99+112=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #126370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126370 is #ED9C8F. Grayscale: #4C4C4C. Windows color (decimal): -15572112 or 7365394. OLE color: 7365394.

HSL color Cylindrical-coordinate representation of color #126370: hue angle of 188.3º 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 #126370 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 99 112 -
CMYK 0.84 0.12 0 0.56
HSL 188.3º 0.72% 0.25% -
HSV(B) 188.3º 0.84% 0.44% -
XYZ 7.64 10.22 16.9 -
YUV 76.26 148.16 86.44 -
System Red Green Blue C M Y K H S L
Decimal 18 99 112 0.84 0.12 0 0.56 188.3 0.72 0.25
Hex 12 63 70 54 C 0 38 BC 48 19
Octal 22 143 160 124 14 0 70 274 110 31
Binary 10010 1100011 1110000 1010100 1100 0 111000 10111100 1001000 11001

Color Harmonies of #126370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126370

Black with #126370

Text Example


Text Example

White with #126370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126370; }

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

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

background-color css

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

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

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

border-color css

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

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

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