Html Css Color HEX #056E88 Teal

📋 copy color: '#056E88'

red 5 ◦ green 110 ◦ blue 136

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

Shades of Teal #056E88

Tints of Teal #056E88

RGB

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

 GREEN value IS 110 (43.36% from 255) = 43.82%

 BLUE value IS 136 (53.52% from 255) = 54.18%

R = 1.99%
G = 43.82%
B = 54.18%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#056E88 (or 0x056E88) is known color: Teal. HEX triplet: 05, 6E and 88. RGB value is (5,110,136). Sum of RGB (Red+Green+Blue) = 5+110+136=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 110 (43.36% from 255 or 43.82% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #056E88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056E88 is #FA9177. Grayscale: #515151. Windows color (decimal): -16421240 or 8941061. OLE color: 8941061.

HSL color Cylindrical-coordinate representation of color #056E88: hue angle of 191.91º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056E88 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 110 136 -
CMYK 0.96 0.19 0 0.47
HSL 191.91º 0.93% 0.28% -
HSV(B) 191.91º 0.96% 0.53% -
XYZ 10.08 12.96 25.26 -
YUV 81.57 158.71 73.39 -
System Red Green Blue C M Y K H S L
Decimal 5 110 136 0.96 0.19 0 0.47 191.91 0.93 0.28
Hex 5 6E 88 60 13 0 2F C0 5D 1C
Octal 5 156 210 140 23 0 57 300 135 34
Binary 101 1101110 10001000 1100000 10011 0 101111 11000000 1011101 11100

Color Harmonies of #056E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056E88

Black with #056E88

Text Example


Text Example

White with #056E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,110,136); }

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

background-color css

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

 a { background-color: rgb(5,110,136); }

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

border-color css

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

 span { border-color: rgb(5,110,136); }

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