Html Css Color HEX #126670 Blue Lagoon

📋 copy color: '#126670'

red 18 ◦ green 102 ◦ blue 112

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

Shades of Blue Lagoon #126670

Tints of Blue Lagoon #126670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.97%

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

R = 7.76%
G = 43.97%
B = 48.28%

CMYK

 C value IS 0.84

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#126670 (or 0x126670) is known color: Blue Lagoon. HEX triplet: 12, 66 and 70. RGB value is (18,102,112). Sum of RGB (Red+Green+Blue) = 18+102+112=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #126670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126670 is #ED998F. Grayscale: #4D4D4D. Windows color (decimal): -15571344 or 7366162. OLE color: 7366162.

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

Color convert

RGB 18 102 112 -
CMYK 0.84 0.09 0 0.56
HSL 186.38º 0.72% 0.25% -
HSV(B) 186.38º 0.84% 0.44% -
XYZ 7.93 10.8 17 -
YUV 78.02 147.17 85.19 -
System Red Green Blue C M Y K H S L
Decimal 18 102 112 0.84 0.09 0 0.56 186.38 0.72 0.25
Hex 12 66 70 54 9 0 38 BA 48 19
Octal 22 146 160 124 11 0 70 272 110 31
Binary 10010 1100110 1110000 1010100 1001 0 111000 10111010 1001000 11001

Color Harmonies of #126670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126670

Black with #126670

Text Example


Text Example

White with #126670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126670; }

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

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

background-color css

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

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

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

border-color css

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

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

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