Html Css Color HEX #0A857F Teal

📋 copy color: '#0A857F'

red 10 ◦ green 133 ◦ blue 127

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

Shades of Teal #0A857F

Tints of Teal #0A857F

RGB

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

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

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

R = 3.7%
G = 49.26%
B = 47.04%

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

#0A857F (or 0x0A857F) is known color: Teal. HEX triplet: 0A, 85 and 7F. RGB value is (10,133,127). Sum of RGB (Red+Green+Blue) = 10+133+127=270 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.70% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #0A857F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A857F is #F57A80. Grayscale: #5F5F5F. Windows color (decimal): -16087681 or 8357130. OLE color: 8357130.

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

Color convert

RGB 10 133 127 -
CMYK 0.92 0 0.05 0.48
HSL 177.07º 0.86% 0.28% -
HSV(B) 177.07º 0.92% 0.52% -
XYZ 12.34 18.37 22.97 -
YUV 95.54 145.75 66.99 -
System Red Green Blue C M Y K H S L
Decimal 10 133 127 0.92 0 0.05 0.48 177.07 0.86 0.28
Hex A 85 7F 5C 0 5 30 B1 56 1C
Octal 12 205 177 134 0 5 60 261 126 34
Binary 1010 10000101 1111111 1011100 0 101 110000 10110001 1010110 11100

Color Harmonies of #0A857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A857F

Black with #0A857F

Text Example


Text Example

White with #0A857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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