Html Css Color HEX #057C8B Teal

📋 copy color: '#057C8B'

red 5 ◦ green 124 ◦ blue 139

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

Shades of Teal #057C8B

Tints of Teal #057C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.87%

R = 1.87%
G = 46.27%
B = 51.87%

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

#057C8B (or 0x057C8B) is known color: Teal. HEX triplet: 05, 7C and 8B. RGB value is (5,124,139). Sum of RGB (Red+Green+Blue) = 5+124+139=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #057C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057C8B is #FA8374. Grayscale: #595959. Windows color (decimal): -16417653 or 9141253. OLE color: 9141253.

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

Color convert

RGB 5 124 139 -
CMYK 0.96 0.11 0 0.45
HSL 186.72º 0.93% 0.28% -
HSV(B) 186.72º 0.96% 0.55% -
XYZ 11.93 16.31 26.95 -
YUV 90.13 155.58 67.28 -
System Red Green Blue C M Y K H S L
Decimal 5 124 139 0.96 0.11 0 0.45 186.72 0.93 0.28
Hex 5 7C 8B 60 B 0 2D BB 5D 1C
Octal 5 174 213 140 13 0 55 273 135 34
Binary 101 1111100 10001011 1100000 1011 0 101101 10111011 1011101 11100

Color Harmonies of #057C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057C8B

Black with #057C8B

Text Example


Text Example

White with #057C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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