Html Css Color HEX #058087 Teal

📋 copy color: '#058087'

red 5 ◦ green 128 ◦ blue 135

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

Shades of Teal #058087

Tints of Teal #058087

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.76%

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

R = 1.87%
G = 47.76%
B = 50.37%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#058087 (or 0x058087) is known color: Teal. HEX triplet: 05, 80 and 87. RGB value is (5,128,135). Sum of RGB (Red+Green+Blue) = 5+128+135=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 135 (53.12% from 255 or 50.37% from 268); Max value from RGB is 135 - color contains mainly: blue. Hex color #058087 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058087 is #FA7F78. Grayscale: #5B5B5B. Windows color (decimal): -16416633 or 8880133. OLE color: 8880133.

HSL color Cylindrical-coordinate representation of color #058087: hue angle of 183.23º 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 #058087 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 128 135 -
CMYK 0.96 0.05 0 0.47
HSL 183.23º 0.93% 0.27% -
HSV(B) 183.23º 0.96% 0.53% -
XYZ 12.15 17.22 25.6 -
YUV 92.02 152.25 65.93 -
System Red Green Blue C M Y K H S L
Decimal 5 128 135 0.96 0.05 0 0.47 183.23 0.93 0.27
Hex 5 80 87 60 5 0 2F B7 5D 1B
Octal 5 200 207 140 5 0 57 267 135 33
Binary 101 10000000 10000111 1100000 101 0 101111 10110111 1011101 11011

Color Harmonies of #058087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058087

Black with #058087

Text Example


Text Example

White with #058087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058087; }

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

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

background-color css

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

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

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

border-color css

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

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

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