Html Css Color HEX #005E70 Blue Lagoon

📋 copy color: '#005E70'

red 0 ◦ green 94 ◦ blue 112

#005E70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #005E70

Tints of Blue Lagoon #005E70

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 value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#005E70 (or 0x005E70) is known color: 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

RGB 0 94 112 -
CMYK 1 0.16 0 0.56
HSL 189.64º 1% 0.22% -
HSV(B) 189.64º 1% 0.44% -
XYZ 6.93 9.18 16.74 -
YUV 67.95 152.86 79.54 -
System Red Green Blue C M Y K H S L
Decimal 0 94 112 1 0.16 0 0.56 189.64 1 0.22
Hex 0 5E 70 64 10 0 38 BE 64 16
Octal 0 136 160 144 20 0 70 276 144 26
Binary 0 1011110 1110000 1100100 10000 0 111000 10111110 1100100 10110

Color Harmonies of #005E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005E70

Black with #005E70

Text Example


Text Example

White with #005E70

Text Example


Text Example

HTML Codes & Css Web 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>