Html Css Color HEX #0A8783 Teal

📋 copy color: '#0A8783'

red 10 ◦ green 135 ◦ blue 131

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

Shades of Teal #0A8783

Tints of Teal #0A8783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.46%

R = 3.62%
G = 48.91%
B = 47.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#0A8783 (or 0x0A8783) is known color: Teal. HEX triplet: 0A, 87 and 83. RGB value is (10,135,131). Sum of RGB (Red+Green+Blue) = 10+135+131=276 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.62% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8783 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8783 is #F5787C. Grayscale: #616161. Windows color (decimal): -16087165 or 8619786. OLE color: 8619786.

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

Color convert

RGB 10 135 131 -
CMYK 0.93 0 0.03 0.47
HSL 178.08º 0.86% 0.28% -
HSV(B) 178.08º 0.93% 0.53% -
XYZ 12.89 19.03 24.47 -
YUV 97.17 147.09 65.83 -
System Red Green Blue C M Y K H S L
Decimal 10 135 131 0.93 0 0.03 0.47 178.08 0.86 0.28
Hex A 87 83 5D 0 3 2F B2 56 1C
Octal 12 207 203 135 0 3 57 262 126 34
Binary 1010 10000111 10000011 1011101 0 11 101111 10110010 1010110 11100

Color Harmonies of #0A8783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8783

Black with #0A8783

Text Example


Text Example

White with #0A8783

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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