Html Css Color HEX #056E8C Teal

📋 copy color: '#056E8C'

red 5 ◦ green 110 ◦ blue 140

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

Shades of Teal #056E8C

Tints of Teal #056E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 54.9%

R = 1.96%
G = 43.14%
B = 54.9%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#056E8C (or 0x056E8C) is known color: Teal. HEX triplet: 05, 6E and 8C. RGB value is (5,110,140). Sum of RGB (Red+Green+Blue) = 5+110+140=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #056E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056E8C is #FA9173. Grayscale: #515151. Windows color (decimal): -16421236 or 9203205. OLE color: 9203205.

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

Color convert

RGB 5 110 140 -
CMYK 0.96 0.21 0 0.45
HSL 193.33º 0.93% 0.28% -
HSV(B) 193.33º 0.96% 0.55% -
XYZ 10.37 13.08 26.79 -
YUV 82.03 160.71 73.06 -
System Red Green Blue C M Y K H S L
Decimal 5 110 140 0.96 0.21 0 0.45 193.33 0.93 0.28
Hex 5 6E 8C 60 15 0 2D C1 5D 1C
Octal 5 156 214 140 25 0 55 301 135 34
Binary 101 1101110 10001100 1100000 10101 0 101101 11000001 1011101 11100

Color Harmonies of #056E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056E8C

Black with #056E8C

Text Example


Text Example

White with #056E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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