Html Css Color HEX #125A70 Blue Lagoon

📋 copy color: '#125A70'

red 18 ◦ green 90 ◦ blue 112

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

Shades of Blue Lagoon #125A70

Tints of Blue Lagoon #125A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.91%

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

R = 8.18%
G = 40.91%
B = 50.91%

CMYK

 C value IS 0.84

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#125A70 (or 0x125A70) is known color: Blue Lagoon. HEX triplet: 12, 5A and 70. RGB value is (18,90,112). Sum of RGB (Red+Green+Blue) = 18+90+112=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #125A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A70 is #EDA58F. Grayscale: #464646. Windows color (decimal): -15574416 or 7363090. OLE color: 7363090.

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

Color convert

RGB 18 90 112 -
CMYK 0.84 0.20 0 0.56
HSL 194.04º 0.72% 0.25% -
HSV(B) 194.04º 0.84% 0.44% -
XYZ 6.83 8.61 16.63 -
YUV 70.98 151.15 90.21 -
System Red Green Blue C M Y K H S L
Decimal 18 90 112 0.84 0.20 0 0.56 194.04 0.72 0.25
Hex 12 5A 70 54 14 0 38 C2 48 19
Octal 22 132 160 124 24 0 70 302 110 31
Binary 10010 1011010 1110000 1010100 10100 0 111000 11000010 1001000 11001

Color Harmonies of #125A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A70

Black with #125A70

Text Example


Text Example

White with #125A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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