Html Css Color HEX #057687 Teal

📋 copy color: '#057687'

red 5 ◦ green 118 ◦ blue 135

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

Shades of Teal #057687

Tints of Teal #057687

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.74%

 BLUE value IS 135 (53.13% from 255) = 52.33%

R = 1.94%
G = 45.74%
B = 52.33%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#057687 (or 0x057687) is known color: Teal. HEX triplet: 05, 76 and 87. RGB value is (5,118,135). Sum of RGB (Red+Green+Blue) = 5+118+135=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 135 (53.12% from 255 or 52.33% from 258); Max value from RGB is 135 - color contains mainly: blue. Hex color #057687 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057687 is #FA8978. Grayscale: #555555. Windows color (decimal): -16419193 or 8877573. OLE color: 8877573.

HSL color Cylindrical-coordinate representation of color #057687: hue angle of 187.85º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057687 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 118 135 -
CMYK 0.96 0.13 0 0.47
HSL 187.85º 0.93% 0.27% -
HSV(B) 187.85º 0.96% 0.53% -
XYZ 10.91 14.74 25.19 -
YUV 86.15 155.56 70.12 -
System Red Green Blue C M Y K H S L
Decimal 5 118 135 0.96 0.13 0 0.47 187.85 0.93 0.27
Hex 5 76 87 60 D 0 2F BC 5D 1B
Octal 5 166 207 140 15 0 57 274 135 33
Binary 101 1110110 10000111 1100000 1101 0 101111 10111100 1011101 11011

Color Harmonies of #057687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057687

Black with #057687

Text Example


Text Example

White with #057687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057687; }

 p { color: rgb(5,118,135); }

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

background-color css

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

 a { background-color: rgb(5,118,135); }

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

border-color css

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

 span { border-color: rgb(5,118,135); }

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