Html Css Color HEX #125B70 Blue Lagoon

📋 copy color: '#125B70'

red 18 ◦ green 91 ◦ blue 112

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

Shades of Blue Lagoon #125B70

Tints of Blue Lagoon #125B70

RGB

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

 GREEN value IS 91 (35.94% from 255) = 41.18%

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

R = 8.14%
G = 41.18%
B = 50.68%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#125B70 (or 0x125B70) is known color: Blue Lagoon. HEX triplet: 12, 5B and 70. RGB value is (18,91,112). Sum of RGB (Red+Green+Blue) = 18+91+112=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #125B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125B70 is #EDA48F. Grayscale: #474747. Windows color (decimal): -15574160 or 7363346. OLE color: 7363346.

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

Color convert

RGB 18 91 112 -
CMYK 0.84 0.19 0 0.56
HSL 193.4º 0.72% 0.25% -
HSV(B) 193.4º 0.84% 0.44% -
XYZ 6.92 8.78 16.66 -
YUV 71.57 150.82 89.79 -
System Red Green Blue C M Y K H S L
Decimal 18 91 112 0.84 0.19 0 0.56 193.4 0.72 0.25
Hex 12 5B 70 54 13 0 38 C1 48 19
Octal 22 133 160 124 23 0 70 301 110 31
Binary 10010 1011011 1110000 1010100 10011 0 111000 11000001 1001000 11001

Color Harmonies of #125B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125B70

Black with #125B70

Text Example


Text Example

White with #125B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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