Html Css Color HEX #0D8481 Teal

📋 copy color: '#0D8481'

red 13 ◦ green 132 ◦ blue 129

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

Shades of Teal #0D8481

Tints of Teal #0D8481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 47.08%

R = 4.74%
G = 48.18%
B = 47.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#0D8481 (or 0x0D8481) is known color: Teal. HEX triplet: 0D, 84 and 81. RGB value is (13,132,129). Sum of RGB (Red+Green+Blue) = 13+132+129=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #0D8481 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8481 is #F27B7E. Grayscale: #5F5F5F. Windows color (decimal): -15891327 or 8487949. OLE color: 8487949.

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

Color convert

RGB 13 132 129 -
CMYK 0.90 0 0.02 0.48
HSL 178.49º 0.82% 0.28% -
HSV(B) 178.49º 0.9% 0.52% -
XYZ 12.38 18.17 23.62 -
YUV 96.08 146.58 68.74 -
System Red Green Blue C M Y K H S L
Decimal 13 132 129 0.90 0 0.02 0.48 178.49 0.82 0.28
Hex D 84 81 5A 0 2 30 B2 52 1C
Octal 15 204 201 132 0 2 60 262 122 34
Binary 1101 10000100 10000001 1011010 0 10 110000 10110010 1010010 11100

Color Harmonies of #0D8481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8481

Black with #0D8481

Text Example


Text Example

White with #0D8481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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