Html Css Color HEX #058185 Teal

📋 copy color: '#058185'

red 5 ◦ green 129 ◦ blue 133

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

Shades of Teal #058185

Tints of Teal #058185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.31%

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

R = 1.87%
G = 48.31%
B = 49.81%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#058185 (or 0x058185) is known color: Teal. HEX triplet: 05, 81 and 85. RGB value is (5,129,133). Sum of RGB (Red+Green+Blue) = 5+129+133=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 129 (50.78% from 255 or 48.31% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #058185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058185 is #FA7E7A. Grayscale: #5C5C5C. Windows color (decimal): -16416379 or 8749317. OLE color: 8749317.

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

Color convert

RGB 5 129 133 -
CMYK 0.96 0.03 0 0.48
HSL 181.88º 0.93% 0.27% -
HSV(B) 181.88º 0.96% 0.52% -
XYZ 12.15 17.43 24.91 -
YUV 92.38 150.92 65.67 -
System Red Green Blue C M Y K H S L
Decimal 5 129 133 0.96 0.03 0 0.48 181.88 0.93 0.27
Hex 5 81 85 60 3 0 30 B6 5D 1B
Octal 5 201 205 140 3 0 60 266 135 33
Binary 101 10000001 10000101 1100000 11 0 110000 10110110 1011101 11011

Color Harmonies of #058185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058185

Black with #058185

Text Example


Text Example

White with #058185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058185; }

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

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

background-color css

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

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

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

border-color css

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

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

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