Html Css Color HEX #0D503D Deep Teal

📋 copy color: '#0D503D'

red 13 ◦ green 80 ◦ blue 61

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

Shades of Deep Teal #0D503D

Tints of Deep Teal #0D503D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 39.61%

R = 8.44%
G = 51.95%
B = 39.61%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#0D503D (or 0x0D503D) is known color: Deep Teal. HEX triplet: 0D, 50 and 3D. RGB value is (13,80,61). Sum of RGB (Red+Green+Blue) = 13+80+61=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #0D503D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D503D is #F2AFC2. Grayscale: #393939. Windows color (decimal): -15904707 or 4018189. OLE color: 4018189.

HSL color Cylindrical-coordinate representation of color #0D503D: hue angle of 162.99º 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 #0D503D is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 13 80 61 -
CMYK 0.84 0 0.24 0.69
HSL 162.99º 0.72% 0.18% -
HSV(B) 162.99º 0.84% 0.31% -
XYZ 3.88 6.16 5.4 -
YUV 57.8 129.8 96.04 -
System Red Green Blue C M Y K H S L
Decimal 13 80 61 0.84 0 0.24 0.69 162.99 0.72 0.18
Hex D 50 3D 54 0 18 45 A3 48 12
Octal 15 120 75 124 0 30 105 243 110 22
Binary 1101 1010000 111101 1010100 0 11000 1000101 10100011 1001000 10010

Color Harmonies of #0D503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D503D

Black with #0D503D

Text Example


Text Example

White with #0D503D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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