Html Css Color HEX #058089 Teal

📋 copy color: '#058089'

red 5 ◦ green 128 ◦ blue 137

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

Shades of Teal #058089

Tints of Teal #058089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50.74%

R = 1.85%
G = 47.41%
B = 50.74%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#058089 (or 0x058089) is known color: Teal. HEX triplet: 05, 80 and 89. RGB value is (5,128,137). Sum of RGB (Red+Green+Blue) = 5+128+137=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #058089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058089 is #FA7F76. Grayscale: #5C5C5C. Windows color (decimal): -16416631 or 9011205. OLE color: 9011205.

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

Color convert

RGB 5 128 137 -
CMYK 0.96 0.07 0 0.46
HSL 184.09º 0.93% 0.28% -
HSV(B) 184.09º 0.96% 0.54% -
XYZ 12.3 17.28 26.35 -
YUV 92.25 153.25 65.77 -
System Red Green Blue C M Y K H S L
Decimal 5 128 137 0.96 0.07 0 0.46 184.09 0.93 0.28
Hex 5 80 89 60 7 0 2E B8 5D 1C
Octal 5 200 211 140 7 0 56 270 135 34
Binary 101 10000000 10001001 1100000 111 0 101110 10111000 1011101 11100

Color Harmonies of #058089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058089

Black with #058089

Text Example


Text Example

White with #058089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058089; }

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

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

background-color css

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

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

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

border-color css

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

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

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