Html Css Color HEX #0D8680 Teal

📋 copy color: '#0D8680'

red 13 ◦ green 134 ◦ blue 128

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

Shades of Teal #0D8680

Tints of Teal #0D8680

RGB

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

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

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

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

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

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

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

Color convert

RGB 13 134 128 -
CMYK 0.90 0 0.04 0.47
HSL 177.02º 0.82% 0.29% -
HSV(B) 177.02º 0.9% 0.53% -
XYZ 12.59 18.69 23.37 -
YUV 97.14 145.41 67.99 -
System Red Green Blue C M Y K H S L
Decimal 13 134 128 0.90 0 0.04 0.47 177.02 0.82 0.29
Hex D 86 80 5A 0 4 2F B1 52 1D
Octal 15 206 200 132 0 4 57 261 122 35
Binary 1101 10000110 10000000 1011010 0 100 101111 10110001 1010010 11101

Color Harmonies of #0D8680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8680

Black with #0D8680

Text Example


Text Example

White with #0D8680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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