Html Css Color HEX #057688 Teal

📋 copy color: '#057688'

red 5 ◦ green 118 ◦ blue 136

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

Shades of Teal #057688

Tints of Teal #057688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 52.51%

R = 1.93%
G = 45.56%
B = 52.51%

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

#057688 (or 0x057688) is known color: Teal. HEX triplet: 05, 76 and 88. RGB value is (5,118,136). Sum of RGB (Red+Green+Blue) = 5+118+136=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #057688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057688 is #FA8977. Grayscale: #565656. Windows color (decimal): -16419192 or 8943109. OLE color: 8943109.

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

Color convert

RGB 5 118 136 -
CMYK 0.96 0.13 0 0.47
HSL 188.24º 0.93% 0.28% -
HSV(B) 188.24º 0.96% 0.53% -
XYZ 10.98 14.77 25.56 -
YUV 86.27 156.06 70.04 -
System Red Green Blue C M Y K H S L
Decimal 5 118 136 0.96 0.13 0 0.47 188.24 0.93 0.28
Hex 5 76 88 60 D 0 2F BC 5D 1C
Octal 5 166 210 140 15 0 57 274 135 34
Binary 101 1110110 10001000 1100000 1101 0 101111 10111100 1011101 11100

Color Harmonies of #057688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057688

Black with #057688

Text Example


Text Example

White with #057688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057688; }

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

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

background-color css

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

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

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

border-color css

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

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

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