Html Css Color HEX #0A8085 Teal

📋 copy color: '#0A8085'

red 10 ◦ green 128 ◦ blue 133

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

Shades of Teal #0A8085

Tints of Teal #0A8085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.23%

 BLUE value IS 133 (52.34% from 255) = 49.08%

R = 3.69%
G = 47.23%
B = 49.08%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0A8085 (or 0x0A8085) is known color: Teal. HEX triplet: 0A, 80 and 85. RGB value is (10,128,133). Sum of RGB (Red+Green+Blue) = 10+128+133=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #0A8085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8085 is #F57F7A. Grayscale: #5D5D5D. Windows color (decimal): -16088955 or 8749066. OLE color: 8749066.

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

Color convert

RGB 10 128 133 -
CMYK 0.92 0.04 0 0.48
HSL 182.44º 0.86% 0.28% -
HSV(B) 182.44º 0.92% 0.52% -
XYZ 12.08 17.2 24.87 -
YUV 93.29 150.41 68.59 -
System Red Green Blue C M Y K H S L
Decimal 10 128 133 0.92 0.04 0 0.48 182.44 0.86 0.28
Hex A 80 85 5C 4 0 30 B6 56 1C
Octal 12 200 205 134 4 0 60 266 126 34
Binary 1010 10000000 10000101 1011100 100 0 110000 10110110 1010110 11100

Color Harmonies of #0A8085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8085

Black with #0A8085

Text Example


Text Example

White with #0A8085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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