Html Css Color HEX #057A8A Teal

📋 copy color: '#057A8A'

red 5 ◦ green 122 ◦ blue 138

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

Shades of Teal #057A8A

Tints of Teal #057A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 52.08%

R = 1.89%
G = 46.04%
B = 52.08%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#057A8A (or 0x057A8A) is known color: Teal. HEX triplet: 05, 7A and 8A. RGB value is (5,122,138). Sum of RGB (Red+Green+Blue) = 5+122+138=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #057A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057A8A is #FA8575. Grayscale: #585858. Windows color (decimal): -16418166 or 9075205. OLE color: 9075205.

HSL color Cylindrical-coordinate representation of color #057A8A: hue angle of 187.22º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057A8A is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 122 138 -
CMYK 0.96 0.12 0 0.46
HSL 187.22º 0.93% 0.28% -
HSV(B) 187.22º 0.96% 0.54% -
XYZ 11.61 15.79 26.48 -
YUV 88.84 155.74 68.2 -
System Red Green Blue C M Y K H S L
Decimal 5 122 138 0.96 0.12 0 0.46 187.22 0.93 0.28
Hex 5 7A 8A 60 C 0 2E BB 5D 1C
Octal 5 172 212 140 14 0 56 273 135 34
Binary 101 1111010 10001010 1100000 1100 0 101110 10111011 1011101 11100

Color Harmonies of #057A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057A8A

Black with #057A8A

Text Example


Text Example

White with #057A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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