Html Css Color HEX #0A8486 Teal

📋 copy color: '#0A8486'

red 10 ◦ green 132 ◦ blue 134

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

Shades of Teal #0A8486

Tints of Teal #0A8486

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.83%

 BLUE value IS 134 (52.73% from 255) = 48.55%

R = 3.62%
G = 47.83%
B = 48.55%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0A8486 (or 0x0A8486) is known color: Teal. HEX triplet: 0A, 84 and 86. RGB value is (10,132,134). Sum of RGB (Red+Green+Blue) = 10+132+134=276 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.62% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #0A8486 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8486 is #F57B79. Grayscale: #5F5F5F. Windows color (decimal): -16087930 or 8815626. OLE color: 8815626.

HSL color Cylindrical-coordinate representation of color #0A8486: hue angle of 180.97º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8486 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 10 132 134 -
CMYK 0.93 0.01 0 0.47
HSL 180.97º 0.86% 0.28% -
HSV(B) 180.97º 0.93% 0.53% -
XYZ 12.68 18.29 25.42 -
YUV 95.75 149.58 66.84 -
System Red Green Blue C M Y K H S L
Decimal 10 132 134 0.93 0.01 0 0.47 180.97 0.86 0.28
Hex A 84 86 5D 1 0 2F B5 56 1C
Octal 12 204 206 135 1 0 57 265 126 34
Binary 1010 10000100 10000110 1011101 1 0 101111 10110101 1010110 11100

Color Harmonies of #0A8486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8486

Black with #0A8486

Text Example


Text Example

White with #0A8486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,132,134); }

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

background-color css

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

 a { background-color: rgb(10,132,134); }

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

border-color css

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

 span { border-color: rgb(10,132,134); }

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