#125D70

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

Shades of Blue Lagoon #125D70

Tints of Blue Lagoon #125D70

Color information

#125D70 (or 0x125D70) is unknown color: approx Blue Lagoon. HEX triplet: 12, 5D and 70. RGB value is (18,93,112). Sum of RGB (Red+Green+Blue) = 18+93+112=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #125D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125D70 is #EDA28F. Grayscale: #484848. Windows color (decimal): -15573648 or 7363858. OLE color: 7363858.

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

Color convert

RGB1893112-
CMYK0.840.1700.56
HSL192.13º72.31%25.49%-
HSV(B)192.13º83.93%43.92%-
XYZ7.099.1316.72-
YUV72.74150.1588.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.07%
GREEN value IS 93 (36.72% from 255) = 41.70%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=8.07%
G=41.70%
B=50.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18931120.840.1700.56192.1372.3125.49
Hex125D705411038c04819
Octal221351601242107030011031
Binary1001010111011110000101010010001011100011000000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,93,112); }

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

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

 a { background-color: rgb(18,93,112); }

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

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

 span { border-color: rgb(18,93,112); }

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