#125E6B

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

Shades of Blue Lagoon #125E6B

Tints of Blue Lagoon #125E6B

Color information

#125E6B (or 0x125E6B) is unknown color: approx Blue Lagoon. HEX triplet: 12, 5E and 6B. RGB value is (18,94,107). Sum of RGB (Red+Green+Blue) = 18+94+107=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 94 (37.11% from 255 or 42.92% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #125E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125E6B is #EDA194. Grayscale: #484848. Windows color (decimal): -15573397 or 7036434. OLE color: 7036434.

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

Color convert

RGB1894107-
CMYK0.830.1200.58
HSL188.76º71.2%24.51%-
HSV(B)188.76º83.18%41.96%-
XYZ6.919.215.32-
YUV72.76147.3288.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.22%
GREEN value IS 94 (37.11% from 255) = 42.92%
BLUE value IS 107 (42.19% from 255) = 48.86%
R=8.22%
G=42.92%
B=48.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18941070.830.1200.58188.7671.224.51
Hex125E6B53C03Abd4719
Octal221361531231407227510731
Binary100101011110110101110100111100011101010111101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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