#125F6F

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

Shades of Blue Lagoon #125F6F

Tints of Blue Lagoon #125F6F

Color information

#125F6F (or 0x125F6F) is unknown color: approx Blue Lagoon. HEX triplet: 12, 5F and 6F. RGB value is (18,95,111). Sum of RGB (Red+Green+Blue) = 18+95+111=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #125F6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125F6F is #EDA090. Grayscale: #494949. Windows color (decimal): -15573137 or 7298834. OLE color: 7298834.

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

Color convert

RGB1895111-
CMYK0.840.1400.56
HSL190.32º72.09%25.29%-
HSV(B)190.32º83.78%43.53%-
XYZ7.219.4616.48-
YUV73.8148.9988.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.04%
GREEN value IS 95 (37.5% from 255) = 42.41%
BLUE value IS 111 (43.75% from 255) = 49.55%
R=8.04%
G=42.41%
B=49.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18951110.840.1400.56190.3272.0925.29
Hex125F6F54E038be4819
Octal221371571241607027611031
Binary100101011111110111110101001110011100010111110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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