Html Css Color HEX #0A8779 Teal

📋 copy color: '#0A8779'

red 10 ◦ green 135 ◦ blue 121

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

Shades of Teal #0A8779

Tints of Teal #0A8779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50.75%

 BLUE value IS 121 (47.66% from 255) = 45.49%

R = 3.76%
G = 50.75%
B = 45.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#0A8779 (or 0x0A8779) is known color: Teal. HEX triplet: 0A, 87 and 79. RGB value is (10,135,121). Sum of RGB (Red+Green+Blue) = 10+135+121=266 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.76% from 266); Green value is 135 (53.12% from 255 or 50.75% from 266); Blue value is 121 (47.66% from 255 or 45.49% from 266); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8779 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8779 is #F57886. Grayscale: #5F5F5F. Windows color (decimal): -16087175 or 7964426. OLE color: 7964426.

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

Color convert

RGB 10 135 121 -
CMYK 0.93 0 0.10 0.47
HSL 173.28º 0.86% 0.28% -
HSV(B) 173.28º 0.93% 0.53% -
XYZ 12.24 18.77 21.07 -
YUV 96.03 142.09 66.64 -
System Red Green Blue C M Y K H S L
Decimal 10 135 121 0.93 0 0.10 0.47 173.28 0.86 0.28
Hex A 87 79 5D 0 A 2F AD 56 1C
Octal 12 207 171 135 0 12 57 255 126 34
Binary 1010 10000111 1111001 1011101 0 1010 101111 10101101 1010110 11100

Color Harmonies of #0A8779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8779

Black with #0A8779

Text Example


Text Example

White with #0A8779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,135,121); }

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

background-color css

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

 a { background-color: rgb(10,135,121); }

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

border-color css

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

 span { border-color: rgb(10,135,121); }

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