Html Css Color HEX #057A8D Teal

📋 copy color: '#057A8D'

red 5 ◦ green 122 ◦ blue 141

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

Shades of Teal #057A8D

Tints of Teal #057A8D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.52%

 BLUE value IS 141 (55.47% from 255) = 52.61%

R = 1.87%
G = 45.52%
B = 52.61%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#057A8D (or 0x057A8D) is known color: Teal. HEX triplet: 05, 7A and 8D. RGB value is (5,122,141). Sum of RGB (Red+Green+Blue) = 5+122+141=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #057A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057A8D is #FA8572. Grayscale: #585858. Windows color (decimal): -16418163 or 9271813. OLE color: 9271813.

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

Color convert

RGB 5 122 141 -
CMYK 0.96 0.13 0 0.45
HSL 188.38º 0.93% 0.29% -
HSV(B) 188.38º 0.96% 0.55% -
XYZ 11.83 15.87 27.64 -
YUV 89.18 157.24 67.96 -
System Red Green Blue C M Y K H S L
Decimal 5 122 141 0.96 0.13 0 0.45 188.38 0.93 0.29
Hex 5 7A 8D 60 D 0 2D BC 5D 1D
Octal 5 172 215 140 15 0 55 274 135 35
Binary 101 1111010 10001101 1100000 1101 0 101101 10111100 1011101 11101

Color Harmonies of #057A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057A8D

Black with #057A8D

Text Example


Text Example

White with #057A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,122,141); }

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

background-color css

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

 a { background-color: rgb(5,122,141); }

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

border-color css

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

 span { border-color: rgb(5,122,141); }

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