#126470

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

Shades of Blue Lagoon #126470

Tints of Blue Lagoon #126470

Color information

#126470 (or 0x126470) is unknown color: approx Blue Lagoon. HEX triplet: 12, 64 and 70. RGB value is (18,100,112). Sum of RGB (Red+Green+Blue) = 18+100+112=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #126470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126470 is #ED9B8F. Grayscale: #4C4C4C. Windows color (decimal): -15571856 or 7365650. OLE color: 7365650.

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

Color convert

RGB18100112-
CMYK0.840.1100.56
HSL187.66º72.31%25.49%-
HSV(B)187.66º83.93%43.92%-
XYZ7.7310.4116.93-
YUV76.85147.8386.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.83%
GREEN value IS 100 (39.45% from 255) = 43.48%
BLUE value IS 112 (44.14% from 255) = 48.70%
R=7.83%
G=43.48%
B=48.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal181001120.840.1100.56187.6672.3125.49
Hex12647054B038bc4819
Octal221441601241307027411031
Binary100101100100111000010101001011011100010111100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126470; }

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

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

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

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

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

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

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

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