#125D6C

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

Shades of Blue Lagoon #125D6C

Tints of Blue Lagoon #125D6C

Color information

#125D6C (or 0x125D6C) is unknown color: approx Blue Lagoon. HEX triplet: 12, 5D and 6C. RGB value is (18,93,108). Sum of RGB (Red+Green+Blue) = 18+93+108=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 93 (36.72% from 255 or 42.47% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #125D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125D6C is #EDA293. Grayscale: #484848. Windows color (decimal): -15573652 or 7101714. OLE color: 7101714.

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

Color convert

RGB1893108-
CMYK0.830.1400.58
HSL190º71.43%24.71%-
HSV(B)190º83.33%42.35%-
XYZ6.879.0415.57-
YUV72.28148.1589.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.22%
GREEN value IS 93 (36.72% from 255) = 42.47%
BLUE value IS 108 (42.58% from 255) = 49.32%
R=8.22%
G=42.47%
B=49.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18931080.830.1400.5819071.4324.71
Hex125D6C53E03Abe4719
Octal221351541231607227610731
Binary100101011101110110010100111110011101010111110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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