Html Css Color HEX #057C85 Teal

📋 copy color: '#057C85'

red 5 ◦ green 124 ◦ blue 133

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

Shades of Teal #057C85

Tints of Teal #057C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 50.76%

R = 1.91%
G = 47.33%
B = 50.76%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#057C85 (or 0x057C85) is known color: Teal. HEX triplet: 05, 7C and 85. RGB value is (5,124,133). Sum of RGB (Red+Green+Blue) = 5+124+133=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #057C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057C85 is #FA837A. Grayscale: #595959. Windows color (decimal): -16417659 or 8748037. OLE color: 8748037.

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

Color convert

RGB 5 124 133 -
CMYK 0.96 0.07 0 0.48
HSL 184.22º 0.93% 0.27% -
HSV(B) 184.22º 0.96% 0.52% -
XYZ 11.5 16.14 24.7 -
YUV 89.45 152.58 67.77 -
System Red Green Blue C M Y K H S L
Decimal 5 124 133 0.96 0.07 0 0.48 184.22 0.93 0.27
Hex 5 7C 85 60 7 0 30 B8 5D 1B
Octal 5 174 205 140 7 0 60 270 135 33
Binary 101 1111100 10000101 1100000 111 0 110000 10111000 1011101 11011

Color Harmonies of #057C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057C85

Black with #057C85

Text Example


Text Example

White with #057C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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