Html Css Color HEX #125E72 Blue Lagoon

📋 copy color: '#125E72'

red 18 ◦ green 94 ◦ blue 114

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

Shades of Blue Lagoon #125E72

Tints of Blue Lagoon #125E72

RGB

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

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

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

R = 7.96%
G = 41.59%
B = 50.44%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#125E72 (or 0x125E72) is known color: Blue Lagoon. HEX triplet: 12, 5E and 72. RGB value is (18,94,114). Sum of RGB (Red+Green+Blue) = 18+94+114=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 94 (37.11% from 255 or 41.59% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #125E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125E72 is #EDA18D. Grayscale: #494949. Windows color (decimal): -15573390 or 7495186. OLE color: 7495186.

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

Color convert

RGB 18 94 114 -
CMYK 0.84 0.18 0 0.55
HSL 192.5º 0.73% 0.26% -
HSV(B) 192.5º 0.84% 0.45% -
XYZ 7.29 9.35 17.34 -
YUV 73.56 150.82 88.37 -
System Red Green Blue C M Y K H S L
Decimal 18 94 114 0.84 0.18 0 0.55 192.5 0.73 0.26
Hex 12 5E 72 54 12 0 37 C0 49 1A
Octal 22 136 162 124 22 0 67 300 111 32
Binary 10010 1011110 1110010 1010100 10010 0 110111 11000000 1001001 11010

Color Harmonies of #125E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125E72

Black with #125E72

Text Example


Text Example

White with #125E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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