#125A6E

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

Shades of Blue Lagoon #125A6E

Tints of Blue Lagoon #125A6E

Color information

#125A6E (or 0x125A6E) is unknown color: approx Blue Lagoon. HEX triplet: 12, 5A and 6E. RGB value is (18,90,110). Sum of RGB (Red+Green+Blue) = 18+90+110=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #125A6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A6E is #EDA591. Grayscale: #464646. Windows color (decimal): -15574418 or 7232018. OLE color: 7232018.

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

Color convert

RGB1890110-
CMYK0.840.1800.57
HSL193.04º71.88%25.1%-
HSV(B)193.04º83.64%43.14%-
XYZ6.728.5716.05-
YUV70.75150.1590.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 90 (35.55% from 255) = 41.28%
BLUE value IS 110 (43.36% from 255) = 50.46%
R=8.26%
G=41.28%
B=50.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18901100.840.1800.57193.0471.8825.1
Hex125A6E5412039c14819
Octal221321561242207130111031
Binary1001010110101101110101010010010011100111000001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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