Html Css Color HEX #0D8682 Teal

📋 copy color: '#0D8682'

red 13 ◦ green 134 ◦ blue 130

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

Shades of Teal #0D8682

Tints of Teal #0D8682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.93%

R = 4.69%
G = 48.38%
B = 46.93%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#0D8682 (or 0x0D8682) is known color: Teal. HEX triplet: 0D, 86 and 82. RGB value is (13,134,130). Sum of RGB (Red+Green+Blue) = 13+134+130=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #0D8682 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8682 is #F2797D. Grayscale: #616161. Windows color (decimal): -15890814 or 8553997. OLE color: 8553997.

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

Color convert

RGB 13 134 130 -
CMYK 0.90 0 0.03 0.47
HSL 178.02º 0.82% 0.29% -
HSV(B) 178.02º 0.9% 0.53% -
XYZ 12.72 18.75 24.07 -
YUV 97.37 146.41 67.83 -
System Red Green Blue C M Y K H S L
Decimal 13 134 130 0.90 0 0.03 0.47 178.02 0.82 0.29
Hex D 86 82 5A 0 3 2F B2 52 1D
Octal 15 206 202 132 0 3 57 262 122 35
Binary 1101 10000110 10000010 1011010 0 11 101111 10110010 1010010 11101

Color Harmonies of #0D8682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8682

Black with #0D8682

Text Example


Text Example

White with #0D8682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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