Html Css Color HEX #057D86 Teal

📋 copy color: '#057D86'

red 5 ◦ green 125 ◦ blue 134

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

Shades of Teal #057D86

Tints of Teal #057D86

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.35%

 BLUE value IS 134 (52.73% from 255) = 50.76%

R = 1.89%
G = 47.35%
B = 50.76%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#057D86 (or 0x057D86) is known color: Teal. HEX triplet: 05, 7D and 86. RGB value is (5,125,134). Sum of RGB (Red+Green+Blue) = 5+125+134=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 125 (49.22% from 255 or 47.35% from 264); Blue value is 134 (52.73% from 255 or 50.76% from 264); Max value from RGB is 134 - color contains mainly: blue. Hex color #057D86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057D86 is #FA8279. Grayscale: #595959. Windows color (decimal): -16417402 or 8813829. OLE color: 8813829.

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

Color convert

RGB 5 125 134 -
CMYK 0.96 0.07 0 0.47
HSL 184.19º 0.93% 0.27% -
HSV(B) 184.19º 0.96% 0.53% -
XYZ 11.7 16.42 25.11 -
YUV 90.15 152.74 67.27 -
System Red Green Blue C M Y K H S L
Decimal 5 125 134 0.96 0.07 0 0.47 184.19 0.93 0.27
Hex 5 7D 86 60 7 0 2F B8 5D 1B
Octal 5 175 206 140 7 0 57 270 135 33
Binary 101 1111101 10000110 1100000 111 0 101111 10111000 1011101 11011

Color Harmonies of #057D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057D86

Black with #057D86

Text Example


Text Example

White with #057D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057D86; }

 p { color: rgb(5,125,134); }

 H1.HeaderClassName
 {
   color: #057D86;
 }
 .AnyTagClassName
 {
   color: #057D86;
 }
</style>

background-color css

<style>
 a { background-color: #057D86; }

 a { background-color: rgb(5,125,134); }

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

border-color css

<style>
 span { border-color: #057D86; }

 span { border-color: rgb(5,125,134); }

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