Html Css Color HEX #0D503E Deep Teal

📋 copy color: '#0D503E'

red 13 ◦ green 80 ◦ blue 62

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

Shades of Deep Teal #0D503E

Tints of Deep Teal #0D503E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 51.61%

 BLUE value IS 62 (24.61% from 255) = 40%

R = 8.39%
G = 51.61%
B = 40%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#0D503E (or 0x0D503E) is known color: Deep Teal. HEX triplet: 0D, 50 and 3E. RGB value is (13,80,62). Sum of RGB (Red+Green+Blue) = 13+80+62=155 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.39% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #0D503E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D503E is #F2AFC1. Grayscale: #393939. Windows color (decimal): -15904706 or 4083725. OLE color: 4083725.

HSL color Cylindrical-coordinate representation of color #0D503E: hue angle of 163.88º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D503E is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 13 80 62 -
CMYK 0.84 0 0.22 0.69
HSL 163.88º 0.72% 0.18% -
HSV(B) 163.88º 0.84% 0.31% -
XYZ 3.9 6.17 5.54 -
YUV 57.92 130.3 95.96 -
System Red Green Blue C M Y K H S L
Decimal 13 80 62 0.84 0 0.22 0.69 163.88 0.72 0.18
Hex D 50 3E 54 0 16 45 A4 48 12
Octal 15 120 76 124 0 26 105 244 110 22
Binary 1101 1010000 111110 1010100 0 10110 1000101 10100100 1001000 10010

Color Harmonies of #0D503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D503E

Black with #0D503E

Text Example


Text Example

White with #0D503E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,80,62); }

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

background-color css

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

 a { background-color: rgb(13,80,62); }

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

border-color css

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

 span { border-color: rgb(13,80,62); }

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