#125B6C

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

Shades of Blue Lagoon #125B6C

Tints of Blue Lagoon #125B6C

Color information

#125B6C (or 0x125B6C) is unknown color: approx Blue Lagoon. HEX triplet: 12, 5B and 6C. RGB value is (18,91,108). Sum of RGB (Red+Green+Blue) = 18+91+108=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 91 (35.94% from 255 or 41.94% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #125B6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125B6C is #EDA493. Grayscale: #464646. Windows color (decimal): -15574164 or 7101202. OLE color: 7101202.

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

Color convert

RGB1891108-
CMYK0.830.1600.58
HSL191.33º71.43%24.71%-
HSV(B)191.33º83.33%42.35%-
XYZ6.78.6915.51-
YUV71.11148.8290.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.29%
GREEN value IS 91 (35.94% from 255) = 41.94%
BLUE value IS 108 (42.58% from 255) = 49.77%
R=8.29%
G=41.94%
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
Decimal18911080.830.1600.58191.3371.4324.71
Hex125B6C531003Abf4719
Octal221331541232007227710731
Binary1001010110111101100101001110000011101010111111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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