Html Css Color HEX #0D8384 Teal

📋 copy color: '#0D8384'

red 13 ◦ green 131 ◦ blue 132

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

Shades of Teal #0D8384

Tints of Teal #0D8384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.46%

 BLUE value IS 132 (51.95% from 255) = 47.83%

R = 4.71%
G = 47.46%
B = 47.83%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0D8384 (or 0x0D8384) is known color: Teal. HEX triplet: 0D, 83 and 84. RGB value is (13,131,132). Sum of RGB (Red+Green+Blue) = 13+131+132=276 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.71% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D8384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8384 is #F27C7B. Grayscale: #5F5F5F. Windows color (decimal): -15891580 or 8684301. OLE color: 8684301.

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

Color convert

RGB 13 131 132 -
CMYK 0.90 0.01 0 0.48
HSL 180.5º 0.82% 0.28% -
HSV(B) 180.5º 0.9% 0.52% -
XYZ 12.45 17.98 24.65 -
YUV 95.83 148.41 68.92 -
System Red Green Blue C M Y K H S L
Decimal 13 131 132 0.90 0.01 0 0.48 180.5 0.82 0.28
Hex D 83 84 5A 1 0 30 B5 52 1C
Octal 15 203 204 132 1 0 60 265 122 34
Binary 1101 10000011 10000100 1011010 1 0 110000 10110101 1010010 11100

Color Harmonies of #0D8384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8384

Black with #0D8384

Text Example


Text Example

White with #0D8384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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