Html Css Color HEX #0A8580 Teal

📋 copy color: '#0A8580'

red 10 ◦ green 133 ◦ blue 128

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

Shades of Teal #0A8580

Tints of Teal #0A8580

RGB

 RED value IS 10 (4.3% from 255) = 3.69%

 GREEN value IS 133 (52.34% from 255) = 49.08%

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

R = 3.69%
G = 49.08%
B = 47.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#0A8580 (or 0x0A8580) is known color: Teal. HEX triplet: 0A, 85 and 80. RGB value is (10,133,128). Sum of RGB (Red+Green+Blue) = 10+133+128=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #0A8580 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8580 is #F57A7F. Grayscale: #5F5F5F. Windows color (decimal): -16087680 or 8422666. OLE color: 8422666.

HSL color Cylindrical-coordinate representation of color #0A8580: hue angle of 177.56º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8580 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 10 133 128 -
CMYK 0.92 0 0.04 0.48
HSL 177.56º 0.86% 0.28% -
HSV(B) 177.56º 0.92% 0.52% -
XYZ 12.41 18.4 23.32 -
YUV 95.65 146.25 66.91 -
System Red Green Blue C M Y K H S L
Decimal 10 133 128 0.92 0 0.04 0.48 177.56 0.86 0.28
Hex A 85 80 5C 0 4 30 B2 56 1C
Octal 12 205 200 134 0 4 60 262 126 34
Binary 1010 10000101 10000000 1011100 0 100 110000 10110010 1010110 11100

Color Harmonies of #0A8580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8580

Black with #0A8580

Text Example


Text Example

White with #0A8580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A8580; }

 p { color: rgb(10,133,128); }

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

background-color css

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

 a { background-color: rgb(10,133,128); }

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

border-color css

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

 span { border-color: rgb(10,133,128); }

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