Html Css Color HEX #0A8386 Teal

📋 copy color: '#0A8386'

red 10 ◦ green 131 ◦ blue 134

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

Shades of Teal #0A8386

Tints of Teal #0A8386

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.64%

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

R = 3.64%
G = 47.64%
B = 48.73%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0A8386 (or 0x0A8386) is known color: Teal. HEX triplet: 0A, 83 and 86. RGB value is (10,131,134). Sum of RGB (Red+Green+Blue) = 10+131+134=275 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.64% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 134 (52.73% from 255 or 48.73% from 275); Max value from RGB is 134 - color contains mainly: blue. Hex color #0A8386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8386 is #F57C79. Grayscale: #5F5F5F. Windows color (decimal): -16088186 or 8815370. OLE color: 8815370.

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

Color convert

RGB 10 131 134 -
CMYK 0.93 0.02 0 0.47
HSL 181.45º 0.86% 0.28% -
HSV(B) 181.45º 0.93% 0.53% -
XYZ 12.54 18.02 25.37 -
YUV 95.16 149.91 67.26 -
System Red Green Blue C M Y K H S L
Decimal 10 131 134 0.93 0.02 0 0.47 181.45 0.86 0.28
Hex A 83 86 5D 2 0 2F B5 56 1C
Octal 12 203 206 135 2 0 57 265 126 34
Binary 1010 10000011 10000110 1011101 10 0 101111 10110101 1010110 11100

Color Harmonies of #0A8386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8386

Black with #0A8386

Text Example


Text Example

White with #0A8386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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