Html Css Color HEX #0D8086 Teal

📋 copy color: '#0D8086'

red 13 ◦ green 128 ◦ blue 134

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

Shades of Teal #0D8086

Tints of Teal #0D8086

RGB

 RED value IS 13 (5.47% from 255) = 4.73%

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

 BLUE value IS 134 (52.73% from 255) = 48.73%

R = 4.73%
G = 46.55%
B = 48.73%

CMYK

 C value IS 0.90

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0D8086 (or 0x0D8086) is known color: Teal. HEX triplet: 0D, 80 and 86. RGB value is (13,128,134). Sum of RGB (Red+Green+Blue) = 13+128+134=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 134 (52.73% from 255 or 48.73% from 275); Max value from RGB is 134 - color contains mainly: blue. Hex color #0D8086 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8086 is #F27F79. Grayscale: #5E5E5E. Windows color (decimal): -15892346 or 8814605. OLE color: 8814605.

HSL color Cylindrical-coordinate representation of color #0D8086: hue angle of 182.98º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8086 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 13 128 134 -
CMYK 0.90 0.04 0 0.47
HSL 182.98º 0.82% 0.29% -
HSV(B) 182.98º 0.9% 0.53% -
XYZ 12.19 17.25 25.24 -
YUV 94.3 150.4 70.01 -
System Red Green Blue C M Y K H S L
Decimal 13 128 134 0.90 0.04 0 0.47 182.98 0.82 0.29
Hex D 80 86 5A 4 0 2F B7 52 1D
Octal 15 200 206 132 4 0 57 267 122 35
Binary 1101 10000000 10000110 1011010 100 0 101111 10110111 1010010 11101

Color Harmonies of #0D8086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8086

Black with #0D8086

Text Example


Text Example

White with #0D8086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,128,134); }

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

background-color css

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

 a { background-color: rgb(13,128,134); }

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

border-color css

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

 span { border-color: rgb(13,128,134); }

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