Html Css Color HEX #126270 Blue Lagoon

📋 copy color: '#126270'

red 18 ◦ green 98 ◦ blue 112

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

Shades of Blue Lagoon #126270

Tints of Blue Lagoon #126270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.98%

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

R = 7.89%
G = 42.98%
B = 49.12%

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

#126270 (or 0x126270) is known color: Blue Lagoon. HEX triplet: 12, 62 and 70. RGB value is (18,98,112). Sum of RGB (Red+Green+Blue) = 18+98+112=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #126270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126270 is #ED9D8F. Grayscale: #4B4B4B. Windows color (decimal): -15572368 or 7365138. OLE color: 7365138.

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

Color convert

RGB 18 98 112 -
CMYK 0.84 0.13 0 0.56
HSL 188.94º 0.72% 0.25% -
HSV(B) 188.94º 0.84% 0.44% -
XYZ 7.54 10.03 16.87 -
YUV 75.68 148.5 86.86 -
System Red Green Blue C M Y K H S L
Decimal 18 98 112 0.84 0.13 0 0.56 188.94 0.72 0.25
Hex 12 62 70 54 D 0 38 BD 48 19
Octal 22 142 160 124 15 0 70 275 110 31
Binary 10010 1100010 1110000 1010100 1101 0 111000 10111101 1001000 11001

Color Harmonies of #126270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126270

Black with #126270

Text Example


Text Example

White with #126270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126270; }

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

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

background-color css

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

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

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

border-color css

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

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

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