Html Css Color HEX #0D4C3B Deep Teal

📋 copy color: '#0D4C3B'

red 13 ◦ green 76 ◦ blue 59

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

Shades of Deep Teal #0D4C3B

Tints of Deep Teal #0D4C3B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 51.35%

 BLUE value IS 59 (23.44% from 255) = 39.86%

R = 8.78%
G = 51.35%
B = 39.86%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#0D4C3B (or 0x0D4C3B) is known color: Deep Teal. HEX triplet: 0D, 4C and 3B. RGB value is (13,76,59). Sum of RGB (Red+Green+Blue) = 13+76+59=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #0D4C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4C3B is #F2B3C4. Grayscale: #373737. Windows color (decimal): -15905733 or 3886093. OLE color: 3886093.

HSL color Cylindrical-coordinate representation of color #0D4C3B: hue angle of 163.81º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4C3B is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB 13 76 59 -
CMYK 0.83 0 0.22 0.70
HSL 163.81º 0.71% 0.17% -
HSV(B) 163.81º 0.83% 0.3% -
XYZ 3.54 5.57 5.03 -
YUV 55.23 130.13 97.88 -
System Red Green Blue C M Y K H S L
Decimal 13 76 59 0.83 0 0.22 0.70 163.81 0.71 0.17
Hex D 4C 3B 53 0 16 46 A4 47 11
Octal 15 114 73 123 0 26 106 244 107 21
Binary 1101 1001100 111011 1010011 0 10110 1000110 10100100 1000111 10001

Color Harmonies of #0D4C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4C3B

Black with #0D4C3B

Text Example


Text Example

White with #0D4C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,76,59); }

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

background-color css

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

 a { background-color: rgb(13,76,59); }

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

border-color css

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

 span { border-color: rgb(13,76,59); }

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