Html Css Color HEX #0A867F Teal

📋 copy color: '#0A867F'

red 10 ◦ green 134 ◦ blue 127

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

Shades of Teal #0A867F

Tints of Teal #0A867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.45%

 BLUE value IS 127 (50% from 255) = 46.86%

R = 3.69%
G = 49.45%
B = 46.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#0A867F (or 0x0A867F) is known color: Teal. HEX triplet: 0A, 86 and 7F. RGB value is (10,134,127). Sum of RGB (Red+Green+Blue) = 10+134+127=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #0A867F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A867F is #F57980. Grayscale: #606060. Windows color (decimal): -16087425 or 8357386. OLE color: 8357386.

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

Color convert

RGB 10 134 127 -
CMYK 0.93 0 0.05 0.47
HSL 176.61º 0.86% 0.28% -
HSV(B) 176.61º 0.93% 0.53% -
XYZ 12.48 18.65 23.02 -
YUV 96.13 145.42 66.57 -
System Red Green Blue C M Y K H S L
Decimal 10 134 127 0.93 0 0.05 0.47 176.61 0.86 0.28
Hex A 86 7F 5D 0 5 2F B1 56 1C
Octal 12 206 177 135 0 5 57 261 126 34
Binary 1010 10000110 1111111 1011101 0 101 101111 10110001 1010110 11100

Color Harmonies of #0A867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A867F

Black with #0A867F

Text Example


Text Example

White with #0A867F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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