#125B6A

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

Shades of Blue Lagoon #125B6A

Tints of Blue Lagoon #125B6A

Color information

#125B6A (or 0x125B6A) is unknown color: approx Blue Lagoon. HEX triplet: 12, 5B and 6A. RGB value is (18,91,106). Sum of RGB (Red+Green+Blue) = 18+91+106=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #125B6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125B6A is #EDA495. Grayscale: #464646. Windows color (decimal): -15574166 or 6970130. OLE color: 6970130.

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

Color convert

RGB1891106-
CMYK0.830.1400.58
HSL190.23º70.97%24.31%-
HSV(B)190.23º83.02%41.57%-
XYZ6.598.6514.96-
YUV70.88147.8290.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 91 (35.94% from 255) = 42.33%
BLUE value IS 106 (41.80% from 255) = 49.30%
R=8.37%
G=42.33%
B=49.30%

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
Decimal18911060.830.1400.58190.2370.9724.31
Hex125B6A53E03Abe4718
Octal221331521231607227610730
Binary100101011011110101010100111110011101010111110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,91,106); }

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

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

 a { background-color: rgb(18,91,106); }

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

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

 span { border-color: rgb(18,91,106); }

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