#126570

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

Shades of Blue Lagoon #126570

Tints of Blue Lagoon #126570

Color information

#126570 (or 0x126570) is unknown color: approx Blue Lagoon. HEX triplet: 12, 65 and 70. RGB value is (18,101,112). Sum of RGB (Red+Green+Blue) = 18+101+112=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #126570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126570 is #ED9A8F. Grayscale: #4D4D4D. Windows color (decimal): -15571600 or 7365906. OLE color: 7365906.

HSL color Cylindrical-coordinate representation of color #126570: hue angle of 187.02º 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 #126570 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB18101112-
CMYK0.840.1000.56
HSL187.02º72.31%25.49%-
HSV(B)187.02º83.93%43.92%-
XYZ7.8310.6116.96-
YUV77.44147.585.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.79%
GREEN value IS 101 (39.84% from 255) = 43.72%
BLUE value IS 112 (44.14% from 255) = 48.48%
R=7.79%
G=43.72%
B=48.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal181011120.840.1000.56187.0272.3125.49
Hex12657054A038bb4819
Octal221451601241207027311031
Binary100101100101111000010101001010011100010111011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126570; }

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

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

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

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

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

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

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

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