Html Css Color HEX #126572 Blue Lagoon

📋 copy color: '#126572'

red 18 ◦ green 101 ◦ blue 114

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

Shades of Blue Lagoon #126572

Tints of Blue Lagoon #126572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.35%

 BLUE value IS 114 (44.92% from 255) = 48.93%

R = 7.73%
G = 43.35%
B = 48.93%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#126572 (or 0x126572) is known color: Blue Lagoon. HEX triplet: 12, 65 and 72. RGB value is (18,101,114). Sum of RGB (Red+Green+Blue) = 18+101+114=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #126572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126572 is #ED9A8D. Grayscale: #4D4D4D. Windows color (decimal): -15571598 or 7496978. OLE color: 7496978.

HSL color Cylindrical-coordinate representation of color #126572: hue angle of 188.12º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126572 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 101 114 -
CMYK 0.84 0.11 0 0.55
HSL 188.13º 0.73% 0.26% -
HSV(B) 188.13º 0.84% 0.45% -
XYZ 7.94 10.65 17.56 -
YUV 77.67 148.5 85.44 -
System Red Green Blue C M Y K H S L
Decimal 18 101 114 0.84 0.11 0 0.55 188.13 0.73 0.26
Hex 12 65 72 54 B 0 37 BC 49 1A
Octal 22 145 162 124 13 0 67 274 111 32
Binary 10010 1100101 1110010 1010100 1011 0 110111 10111100 1001001 11010

Color Harmonies of #126572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126572

Black with #126572

Text Example


Text Example

White with #126572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126572; }

 p { color: rgb(18,101,114); }

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

background-color css

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

 a { background-color: rgb(18,101,114); }

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

border-color css

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

 span { border-color: rgb(18,101,114); }

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