#125F72

Color #125F72 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #125F72

Tints of Blue Lagoon #125F72

Color information

#125F72 (or 0x125F72) is unknown color: approx Blue Lagoon. HEX triplet: 12, 5F and 72. RGB value is (18,95,114). Sum of RGB (Red+Green+Blue) = 18+95+114=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #125F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125F72 is #EDA08D. Grayscale: #494949. Windows color (decimal): -15573134 or 7495442. OLE color: 7495442.

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

Color convert

RGB1895114-
CMYK0.840.1700.55
HSL191.88º72.73%25.88%-
HSV(B)191.88º84.21%44.71%-
XYZ7.389.5317.37-
YUV74.14150.4987.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 95 (37.5% from 255) = 41.85%
BLUE value IS 114 (44.92% from 255) = 50.22%
R=7.93%
G=41.85%
B=50.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18951140.840.1700.55191.8872.7325.88
Hex125F725411037c0491a
Octal221371621242106730011132
Binary1001010111111110010101010010001011011111000000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #125F72;
 }
 .AnyTagClassName
 {
   color: #125F72;
 }
</style>
background-color css

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

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

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

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

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

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