Html Css Color HEX #057C7F Teal

📋 copy color: '#057C7F'

red 5 ◦ green 124 ◦ blue 127

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

Shades of Teal #057C7F

Tints of Teal #057C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 49.61%

R = 1.95%
G = 48.44%
B = 49.61%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#057C7F (or 0x057C7F) is known color: Teal. HEX triplet: 05, 7C and 7F. RGB value is (5,124,127). Sum of RGB (Red+Green+Blue) = 5+124+127=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #057C7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057C7F is #FA8380. Grayscale: #585858. Windows color (decimal): -16417665 or 8354821. OLE color: 8354821.

HSL color Cylindrical-coordinate representation of color #057C7F: hue angle of 181.48º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057C7F is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 124 127 -
CMYK 0.96 0.02 0 0.50
HSL 181.48º 0.92% 0.26% -
HSV(B) 181.48º 0.96% 0.5% -
XYZ 11.1 15.98 22.58 -
YUV 88.76 149.58 68.26 -
System Red Green Blue C M Y K H S L
Decimal 5 124 127 0.96 0.02 0 0.50 181.48 0.92 0.26
Hex 5 7C 7F 60 2 0 32 B5 5C 1A
Octal 5 174 177 140 2 0 62 265 134 32
Binary 101 1111100 1111111 1100000 10 0 110010 10110101 1011100 11010

Color Harmonies of #057C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057C7F

Black with #057C7F

Text Example


Text Example

White with #057C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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