Html Css Color HEX #058380 Teal

📋 copy color: '#058380'

red 5 ◦ green 131 ◦ blue 128

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

Shades of Teal #058380

Tints of Teal #058380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.62%

 BLUE value IS 128 (50.39% from 255) = 48.48%

R = 1.89%
G = 49.62%
B = 48.48%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#058380 (or 0x058380) is known color: Teal. HEX triplet: 05, 83 and 80. RGB value is (5,131,128). Sum of RGB (Red+Green+Blue) = 5+131+128=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #058380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058380 is #FA7C7F. Grayscale: #5C5C5C. Windows color (decimal): -16415872 or 8422149. OLE color: 8422149.

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

Color convert

RGB 5 131 128 -
CMYK 0.96 0 0.02 0.49
HSL 178.57º 0.93% 0.27% -
HSV(B) 178.57º 0.96% 0.51% -
XYZ 12.08 17.82 23.23 -
YUV 92.98 147.76 65.24 -
System Red Green Blue C M Y K H S L
Decimal 5 131 128 0.96 0 0.02 0.49 178.57 0.93 0.27
Hex 5 83 80 60 0 2 31 B3 5D 1B
Octal 5 203 200 140 0 2 61 263 135 33
Binary 101 10000011 10000000 1100000 0 10 110001 10110011 1011101 11011

Color Harmonies of #058380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058380

Black with #058380

Text Example


Text Example

White with #058380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058380; }

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

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

background-color css

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

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

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

border-color css

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

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

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