Html Css Color HEX #056D70 Blue Lagoon

📋 copy color: '#056D70'

red 5 ◦ green 109 ◦ blue 112

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

Shades of Blue Lagoon #056D70

Tints of Blue Lagoon #056D70

RGB

 RED value IS 5 (2.34% from 255) = 2.21%

 GREEN value IS 109 (42.97% from 255) = 48.23%

 BLUE value IS 112 (44.14% from 255) = 49.56%

R = 2.21%
G = 48.23%
B = 49.56%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#056D70 (or 0x056D70) is known color: Blue Lagoon. HEX triplet: 05, 6D and 70. RGB value is (5,109,112). Sum of RGB (Red+Green+Blue) = 5+109+112=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 109 (42.97% from 255 or 48.23% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #056D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056D70 is #FA928F. Grayscale: #4E4E4E. Windows color (decimal): -16421520 or 7367941. OLE color: 7367941.

HSL color Cylindrical-coordinate representation of color #056D70: hue angle of 181.68º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056D70 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 109 112 -
CMYK 0.96 0.03 0 0.56
HSL 181.68º 0.91% 0.23% -
HSV(B) 181.68º 0.96% 0.44% -
XYZ 8.46 12.14 17.23 -
YUV 78.25 147.04 75.76 -
System Red Green Blue C M Y K H S L
Decimal 5 109 112 0.96 0.03 0 0.56 181.68 0.91 0.23
Hex 5 6D 70 60 3 0 38 B6 5B 17
Octal 5 155 160 140 3 0 70 266 133 27
Binary 101 1101101 1110000 1100000 11 0 111000 10110110 1011011 10111

Color Harmonies of #056D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056D70

Black with #056D70

Text Example


Text Example

White with #056D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056D70; }

 p { color: rgb(5,109,112); }

 H1.HeaderClassName
 {
   color: #056D70;
 }
 .AnyTagClassName
 {
   color: #056D70;
 }
</style>

background-color css

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

 a { background-color: rgb(5,109,112); }

 div.DivClassName
 {
   background-color: #056D70;
 }
 .BgClassName
 {
   background-color: #056D70;
 }
</style>

border-color css

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

 span { border-color: rgb(5,109,112); }

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