#005E70

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

Shades of Blue Lagoon #005E70

Tints of Blue Lagoon #005E70

Color information

#005E70 (or 0x005E70) is unknown color: approx Blue Lagoon. HEX triplet: 00, 5E and 70. RGB value is (0,94,112). Sum of RGB (Red+Green+Blue) = 0+94+112=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 94 (37.11% from 255 or 45.63% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #005E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005E70 is #FFA18F. Grayscale: #434343. Windows color (decimal): -16753040 or 7364096. OLE color: 7364096.

HSL color Cylindrical-coordinate representation of color #005E70: hue angle of 189.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005E70 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB094112-
CMYK10.1600.56
HSL189.64º100%21.96%-
HSV(B)189.64º100%43.92%-
XYZ6.939.1816.74-
YUV67.95152.8679.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 94 (37.11% from 255) = 45.63%
BLUE value IS 112 (44.14% from 255) = 54.37%
R=0%
G=45.63%
B=54.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal09411210.1600.56189.6410021.96
Hex05E706410038be6416
Octal01361601442007027614426
Binary010111101110000110010010000011100010111110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005E70; }

 p { color: rgb(0,94,112); }

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

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

 a { background-color: rgb(0,94,112); }

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

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

 span { border-color: rgb(0,94,112); }

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