Html Css Color HEX #0D463D Deep Teal

📋 copy color: '#0D463D'

red 13 ◦ green 70 ◦ blue 61

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

Shades of Deep Teal #0D463D

Tints of Deep Teal #0D463D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 48.61%

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

R = 9.03%
G = 48.61%
B = 42.36%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#0D463D (or 0x0D463D) is known color: Deep Teal. HEX triplet: 0D, 46 and 3D. RGB value is (13,70,61). Sum of RGB (Red+Green+Blue) = 13+70+61=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #0D463D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D463D is #F2B9C2. Grayscale: #333333. Windows color (decimal): -15907267 or 4015629. OLE color: 4015629.

HSL color Cylindrical-coordinate representation of color #0D463D: hue angle of 170.53º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D463D is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB 13 70 61 -
CMYK 0.81 0 0.13 0.73
HSL 170.53º 0.69% 0.16% -
HSV(B) 170.53º 0.81% 0.27% -
XYZ 3.2 4.8 5.17 -
YUV 51.93 133.12 100.23 -
System Red Green Blue C M Y K H S L
Decimal 13 70 61 0.81 0 0.13 0.73 170.53 0.69 0.16
Hex D 46 3D 51 0 D 49 AB 45 10
Octal 15 106 75 121 0 15 111 253 105 20
Binary 1101 1000110 111101 1010001 0 1101 1001001 10101011 1000101 10000

Color Harmonies of #0D463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D463D

Black with #0D463D

Text Example


Text Example

White with #0D463D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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