Html Css Color HEX #0D8480 Teal

📋 copy color: '#0D8480'

red 13 ◦ green 132 ◦ blue 128

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

Shades of Teal #0D8480

Tints of Teal #0D8480

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.35%

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

R = 4.76%
G = 48.35%
B = 46.89%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#0D8480 (or 0x0D8480) is known color: Teal. HEX triplet: 0D, 84 and 80. RGB value is (13,132,128). Sum of RGB (Red+Green+Blue) = 13+132+128=273 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.76% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #0D8480 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8480 is #F27B7F. Grayscale: #5F5F5F. Windows color (decimal): -15891328 or 8422413. OLE color: 8422413.

HSL color Cylindrical-coordinate representation of color #0D8480: hue angle of 177.98º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8480 is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 13 132 128 -
CMYK 0.90 0 0.03 0.48
HSL 177.98º 0.82% 0.28% -
HSV(B) 177.98º 0.9% 0.52% -
XYZ 12.31 18.15 23.28 -
YUV 95.96 146.08 68.83 -
System Red Green Blue C M Y K H S L
Decimal 13 132 128 0.90 0 0.03 0.48 177.98 0.82 0.28
Hex D 84 80 5A 0 3 30 B2 52 1C
Octal 15 204 200 132 0 3 60 262 122 34
Binary 1101 10000100 10000000 1011010 0 11 110000 10110010 1010010 11100

Color Harmonies of #0D8480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8480

Black with #0D8480

Text Example


Text Example

White with #0D8480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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