Html Css Color HEX #057F84 Teal

📋 copy color: '#057F84'

red 5 ◦ green 127 ◦ blue 132

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

Shades of Teal #057F84

Tints of Teal #057F84

RGB

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

 GREEN value IS 127 (50% from 255) = 48.11%

 BLUE value IS 132 (51.95% from 255) = 50%

R = 1.89%
G = 48.11%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#057F84 (or 0x057F84) is known color: Teal. HEX triplet: 05, 7F and 84. RGB value is (5,127,132). Sum of RGB (Red+Green+Blue) = 5+127+132=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 127 (50% from 255 or 48.11% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #057F84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057F84 is #FA807B. Grayscale: #5A5A5A. Windows color (decimal): -16416892 or 8683269. OLE color: 8683269.

HSL color Cylindrical-coordinate representation of color #057F84: hue angle of 182.36º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057F84 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 127 132 -
CMYK 0.96 0.04 0 0.48
HSL 182.36º 0.93% 0.27% -
HSV(B) 182.36º 0.96% 0.52% -
XYZ 11.82 16.88 24.46 -
YUV 91.09 151.08 66.59 -
System Red Green Blue C M Y K H S L
Decimal 5 127 132 0.96 0.04 0 0.48 182.36 0.93 0.27
Hex 5 7F 84 60 4 0 30 B6 5D 1B
Octal 5 177 204 140 4 0 60 266 135 33
Binary 101 1111111 10000100 1100000 100 0 110000 10110110 1011101 11011

Color Harmonies of #057F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057F84

Black with #057F84

Text Example


Text Example

White with #057F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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