Html Css Color HEX #0A857E Teal

📋 copy color: '#0A857E'

red 10 ◦ green 133 ◦ blue 126

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

Shades of Teal #0A857E

Tints of Teal #0A857E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.44%

 BLUE value IS 126 (49.61% from 255) = 46.84%

R = 3.72%
G = 49.44%
B = 46.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#0A857E (or 0x0A857E) is known color: Teal. HEX triplet: 0A, 85 and 7E. RGB value is (10,133,126). Sum of RGB (Red+Green+Blue) = 10+133+126=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 126 (49.61% from 255 or 46.84% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #0A857E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A857E is #F57A81. Grayscale: #5F5F5F. Windows color (decimal): -16087682 or 8291594. OLE color: 8291594.

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

Color convert

RGB 10 133 126 -
CMYK 0.92 0 0.05 0.48
HSL 176.59º 0.86% 0.28% -
HSV(B) 176.59º 0.92% 0.52% -
XYZ 12.28 18.35 22.63 -
YUV 95.43 145.25 67.07 -
System Red Green Blue C M Y K H S L
Decimal 10 133 126 0.92 0 0.05 0.48 176.59 0.86 0.28
Hex A 85 7E 5C 0 5 30 B1 56 1C
Octal 12 205 176 134 0 5 60 261 126 34
Binary 1010 10000101 1111110 1011100 0 101 110000 10110001 1010110 11100

Color Harmonies of #0A857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A857E

Black with #0A857E

Text Example


Text Example

White with #0A857E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,133,126); }

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

background-color css

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

 a { background-color: rgb(10,133,126); }

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

border-color css

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

 span { border-color: rgb(10,133,126); }

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