Html Css Color HEX #0A837A Teal

📋 copy color: '#0A837A'

red 10 ◦ green 131 ◦ blue 122

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

Shades of Teal #0A837A

Tints of Teal #0A837A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 46.39%

R = 3.8%
G = 49.81%
B = 46.39%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#0A837A (or 0x0A837A) is known color: Teal. HEX triplet: 0A, 83 and 7A. RGB value is (10,131,122). Sum of RGB (Red+Green+Blue) = 10+131+122=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 131 (51.56% from 255 or 49.81% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 131 - color contains mainly: green. Hex color #0A837A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A837A is #F57C85. Grayscale: #5D5D5D. Windows color (decimal): -16088198 or 8028938. OLE color: 8028938.

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

Color convert

RGB 10 131 122 -
CMYK 0.92 0 0.07 0.49
HSL 175.54º 0.86% 0.28% -
HSV(B) 175.54º 0.92% 0.51% -
XYZ 11.75 17.7 21.21 -
YUV 93.8 143.91 68.23 -
System Red Green Blue C M Y K H S L
Decimal 10 131 122 0.92 0 0.07 0.49 175.54 0.86 0.28
Hex A 83 7A 5C 0 7 31 B0 56 1C
Octal 12 203 172 134 0 7 61 260 126 34
Binary 1010 10000011 1111010 1011100 0 111 110001 10110000 1010110 11100

Color Harmonies of #0A837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A837A

Black with #0A837A

Text Example


Text Example

White with #0A837A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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