Html Css Color HEX #125E71 Blue Lagoon

📋 copy color: '#125E71'

red 18 ◦ green 94 ◦ blue 113

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

Shades of Blue Lagoon #125E71

Tints of Blue Lagoon #125E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.78%

 BLUE value IS 113 (44.53% from 255) = 50.22%

R = 8%
G = 41.78%
B = 50.22%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#125E71 (or 0x125E71) is known color: Blue Lagoon. HEX triplet: 12, 5E and 71. RGB value is (18,94,113). Sum of RGB (Red+Green+Blue) = 18+94+113=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #125E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125E71 is #EDA18E. Grayscale: #494949. Windows color (decimal): -15573391 or 7429650. OLE color: 7429650.

HSL color Cylindrical-coordinate representation of color #125E71: hue angle of 192º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #125E71 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 94 113 -
CMYK 0.84 0.17 0 0.56
HSL 192º 0.73% 0.26% -
HSV(B) 192º 0.84% 0.44% -
XYZ 7.23 9.33 17.04 -
YUV 73.44 150.32 88.46 -
System Red Green Blue C M Y K H S L
Decimal 18 94 113 0.84 0.17 0 0.56 192 0.73 0.26
Hex 12 5E 71 54 11 0 38 C0 49 1A
Octal 22 136 161 124 21 0 70 300 111 32
Binary 10010 1011110 1110001 1010100 10001 0 111000 11000000 1001001 11010

Color Harmonies of #125E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125E71

Black with #125E71

Text Example


Text Example

White with #125E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,94,113); }

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

background-color css

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

 a { background-color: rgb(18,94,113); }

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

border-color css

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

 span { border-color: rgb(18,94,113); }

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