Html Css Color HEX #056F80 Teal

📋 copy color: '#056F80'

red 5 ◦ green 111 ◦ blue 128

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

Shades of Teal #056F80

Tints of Teal #056F80

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.49%

 BLUE value IS 128 (50.39% from 255) = 52.46%

R = 2.05%
G = 45.49%
B = 52.46%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#056F80 (or 0x056F80) is known color: Teal. HEX triplet: 05, 6F and 80. RGB value is (5,111,128). Sum of RGB (Red+Green+Blue) = 5+111+128=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 111 (43.75% from 255 or 45.49% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #056F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056F80 is #FA907F. Grayscale: #515151. Windows color (decimal): -16420992 or 8417029. OLE color: 8417029.

HSL color Cylindrical-coordinate representation of color #056F80: hue angle of 188.29º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056F80 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 111 128 -
CMYK 0.96 0.13 0 0.50
HSL 188.29º 0.92% 0.26% -
HSV(B) 188.29º 0.96% 0.5% -
XYZ 9.64 12.96 22.42 -
YUV 81.24 154.38 73.62 -
System Red Green Blue C M Y K H S L
Decimal 5 111 128 0.96 0.13 0 0.50 188.29 0.92 0.26
Hex 5 6F 80 60 D 0 32 BC 5C 1A
Octal 5 157 200 140 15 0 62 274 134 32
Binary 101 1101111 10000000 1100000 1101 0 110010 10111100 1011100 11010

Color Harmonies of #056F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056F80

Black with #056F80

Text Example


Text Example

White with #056F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,111,128); }

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

background-color css

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

 a { background-color: rgb(5,111,128); }

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

border-color css

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

 span { border-color: rgb(5,111,128); }

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