#126370

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

Shades of Blue Lagoon #126370

Tints of Blue Lagoon #126370

Color information

#126370 (or 0x126370) is unknown color: approx Blue Lagoon. HEX triplet: 12, 63 and 70. RGB value is (18,99,112). Sum of RGB (Red+Green+Blue) = 18+99+112=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #126370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126370 is #ED9C8F. Grayscale: #4C4C4C. Windows color (decimal): -15572112 or 7365394. OLE color: 7365394.

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

Color convert

RGB1899112-
CMYK0.840.1200.56
HSL188.3º72.31%25.49%-
HSV(B)188.3º83.93%43.92%-
XYZ7.6410.2216.9-
YUV76.26148.1686.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.86%
GREEN value IS 99 (39.06% from 255) = 43.23%
BLUE value IS 112 (44.14% from 255) = 48.91%
R=7.86%
G=43.23%
B=48.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18991120.840.1200.56188.372.3125.49
Hex12637054C038bc4819
Octal221431601241407027411031
Binary100101100011111000010101001100011100010111100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126370; }

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

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

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

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

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

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

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

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