#125A6B

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

Shades of Blue Lagoon #125A6B

Tints of Blue Lagoon #125A6B

Color information

#125A6B (or 0x125A6B) is unknown color: approx Blue Lagoon. HEX triplet: 12, 5A and 6B. RGB value is (18,90,107). Sum of RGB (Red+Green+Blue) = 18+90+107=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #125A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A6B is #EDA594. Grayscale: #464646. Windows color (decimal): -15574421 or 7035410. OLE color: 7035410.

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

Color convert

RGB1890107-
CMYK0.830.1600.58
HSL191.46º71.2%24.51%-
HSV(B)191.46º83.18%41.96%-
XYZ6.568.515.21-
YUV70.41148.6590.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 90 (35.55% from 255) = 41.86%
BLUE value IS 107 (42.19% from 255) = 49.77%
R=8.37%
G=41.86%
B=49.77%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18901070.830.1600.58191.4671.224.51
Hex125A6B531003Abf4719
Octal221321531232007227710731
Binary1001010110101101011101001110000011101010111111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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