Html Css Color HEX #057C8D Teal

📋 copy color: '#057C8D'

red 5 ◦ green 124 ◦ blue 141

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

Shades of Teal #057C8D

Tints of Teal #057C8D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.93%

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

R = 1.85%
G = 45.93%
B = 52.22%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#057C8D (or 0x057C8D) is known color: Teal. HEX triplet: 05, 7C and 8D. RGB value is (5,124,141). Sum of RGB (Red+Green+Blue) = 5+124+141=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #057C8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057C8D is #FA8372. Grayscale: #5A5A5A. Windows color (decimal): -16417651 or 9272325. OLE color: 9272325.

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

Color convert

RGB 5 124 141 -
CMYK 0.96 0.12 0 0.45
HSL 187.5º 0.93% 0.29% -
HSV(B) 187.5º 0.96% 0.55% -
XYZ 12.08 16.37 27.72 -
YUV 90.36 156.58 67.12 -
System Red Green Blue C M Y K H S L
Decimal 5 124 141 0.96 0.12 0 0.45 187.5 0.93 0.29
Hex 5 7C 8D 60 C 0 2D BC 5D 1D
Octal 5 174 215 140 14 0 55 274 135 35
Binary 101 1111100 10001101 1100000 1100 0 101101 10111100 1011101 11101

Color Harmonies of #057C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057C8D

Black with #057C8D

Text Example


Text Example

White with #057C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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