Html Css Color HEX #057A8C Teal

📋 copy color: '#057A8C'

red 5 ◦ green 122 ◦ blue 140

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

Shades of Teal #057A8C

Tints of Teal #057A8C

RGB

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

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

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

R = 1.87%
G = 45.69%
B = 52.43%

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

#057A8C (or 0x057A8C) is known color: Teal. HEX triplet: 05, 7A and 8C. RGB value is (5,122,140). Sum of RGB (Red+Green+Blue) = 5+122+140=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #057A8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057A8C is #FA8573. Grayscale: #585858. Windows color (decimal): -16418164 or 9206277. OLE color: 9206277.

HSL color Cylindrical-coordinate representation of color #057A8C: hue angle of 188º 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 #057A8C is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 122 140 -
CMYK 0.96 0.13 0 0.45
HSL 188º 0.93% 0.28% -
HSV(B) 188º 0.96% 0.55% -
XYZ 11.76 15.84 27.25 -
YUV 89.07 156.74 68.04 -
System Red Green Blue C M Y K H S L
Decimal 5 122 140 0.96 0.13 0 0.45 188 0.93 0.28
Hex 5 7A 8C 60 D 0 2D BC 5D 1C
Octal 5 172 214 140 15 0 55 274 135 34
Binary 101 1111010 10001100 1100000 1101 0 101101 10111100 1011101 11100

Color Harmonies of #057A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057A8C

Black with #057A8C

Text Example


Text Example

White with #057A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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