Html Css Color HEX #057D8C Teal

📋 copy color: '#057D8C'

red 5 ◦ green 125 ◦ blue 140

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

Shades of Teal #057D8C

Tints of Teal #057D8C

RGB

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

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

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

R = 1.85%
G = 46.3%
B = 51.85%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#057D8C (or 0x057D8C) is known color: Teal. HEX triplet: 05, 7D and 8C. RGB value is (5,125,140). Sum of RGB (Red+Green+Blue) = 5+125+140=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #057D8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057D8C is #FA8273. Grayscale: #5A5A5A. Windows color (decimal): -16417396 or 9207045. OLE color: 9207045.

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

Color convert

RGB 5 125 140 -
CMYK 0.96 0.11 0 0.45
HSL 186.67º 0.93% 0.28% -
HSV(B) 186.67º 0.96% 0.55% -
XYZ 12.13 16.59 27.37 -
YUV 90.83 155.74 66.78 -
System Red Green Blue C M Y K H S L
Decimal 5 125 140 0.96 0.11 0 0.45 186.67 0.93 0.28
Hex 5 7D 8C 60 B 0 2D BB 5D 1C
Octal 5 175 214 140 13 0 55 273 135 34
Binary 101 1111101 10001100 1100000 1011 0 101101 10111011 1011101 11100

Color Harmonies of #057D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057D8C

Black with #057D8C

Text Example


Text Example

White with #057D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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