#125E6C

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

Shades of Blue Lagoon #125E6C

Tints of Blue Lagoon #125E6C

Color information

#125E6C (or 0x125E6C) is unknown color: approx Blue Lagoon. HEX triplet: 12, 5E and 6C. RGB value is (18,94,108). Sum of RGB (Red+Green+Blue) = 18+94+108=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 94 (37.11% from 255 or 42.73% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #125E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125E6C is #EDA193. Grayscale: #484848. Windows color (decimal): -15573396 or 7101970. OLE color: 7101970.

HSL color Cylindrical-coordinate representation of color #125E6C: hue angle of 189.33º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #125E6C is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1894108-
CMYK0.830.1300.58
HSL189.33º71.43%24.71%-
HSV(B)189.33º83.33%42.35%-
XYZ6.969.2215.6-
YUV72.87147.8288.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.18%
GREEN value IS 94 (37.11% from 255) = 42.73%
BLUE value IS 108 (42.58% from 255) = 49.09%
R=8.18%
G=42.73%
B=49.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18941080.830.1300.58189.3371.4324.71
Hex125E6C53D03Abd4719
Octal221361541231507227510731
Binary100101011110110110010100111101011101010111101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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