#125A6D

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

Shades of Blue Lagoon #125A6D

Tints of Blue Lagoon #125A6D

Color information

#125A6D (or 0x125A6D) is unknown color: approx Blue Lagoon. HEX triplet: 12, 5A and 6D. RGB value is (18,90,109). Sum of RGB (Red+Green+Blue) = 18+90+109=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #125A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A6D is #EDA592. Grayscale: #464646. Windows color (decimal): -15574419 or 7166482. OLE color: 7166482.

HSL color Cylindrical-coordinate representation of color #125A6D: hue angle of 192.53º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #125A6D is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1890109-
CMYK0.830.1700.57
HSL192.53º71.65%24.9%-
HSV(B)192.53º83.49%42.75%-
XYZ6.678.5515.77-
YUV70.64149.6590.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.29%
GREEN value IS 90 (35.55% from 255) = 41.47%
BLUE value IS 109 (42.97% from 255) = 50.23%
R=8.29%
G=41.47%
B=50.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18901090.830.1700.57192.5371.6524.9
Hex125A6D5311039c14819
Octal221321551232107130111031
Binary1001010110101101101101001110001011100111000001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,90,109); }

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

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

 a { background-color: rgb(18,90,109); }

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

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

 span { border-color: rgb(18,90,109); }

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