Html Css Color HEX #058184 Teal

📋 copy color: '#058184'

red 5 ◦ green 129 ◦ blue 132

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

Shades of Teal #058184

Tints of Teal #058184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 49.62%

R = 1.88%
G = 48.5%
B = 49.62%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#058184 (or 0x058184) is known color: Teal. HEX triplet: 05, 81 and 84. RGB value is (5,129,132). Sum of RGB (Red+Green+Blue) = 5+129+132=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #058184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058184 is #FA7E7B. Grayscale: #5C5C5C. Windows color (decimal): -16416380 or 8683781. OLE color: 8683781.

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

Color convert

RGB 5 129 132 -
CMYK 0.96 0.02 0 0.48
HSL 181.42º 0.93% 0.27% -
HSV(B) 181.42º 0.96% 0.52% -
XYZ 12.08 17.4 24.55 -
YUV 92.27 150.42 65.76 -
System Red Green Blue C M Y K H S L
Decimal 5 129 132 0.96 0.02 0 0.48 181.42 0.93 0.27
Hex 5 81 84 60 2 0 30 B5 5D 1B
Octal 5 201 204 140 2 0 60 265 135 33
Binary 101 10000001 10000100 1100000 10 0 110000 10110101 1011101 11011

Color Harmonies of #058184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058184

Black with #058184

Text Example


Text Example

White with #058184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058184; }

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

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

background-color css

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

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

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

border-color css

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

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

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