Html Css Color HEX #0D5342 Deep Teal

📋 copy color: '#0D5342'

red 13 ◦ green 83 ◦ blue 66

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

Shades of Deep Teal #0D5342

Tints of Deep Teal #0D5342

RGB

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

 GREEN value IS 83 (32.81% from 255) = 51.23%

 BLUE value IS 66 (26.17% from 255) = 40.74%

R = 8.02%
G = 51.23%
B = 40.74%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#0D5342 (or 0x0D5342) is known color: Deep Teal. HEX triplet: 0D, 53 and 42. RGB value is (13,83,66). Sum of RGB (Red+Green+Blue) = 13+83+66=162 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.02% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #0D5342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5342 is #F2ACBD. Grayscale: #3C3C3C. Windows color (decimal): -15903934 or 4346637. OLE color: 4346637.

HSL color Cylindrical-coordinate representation of color #0D5342: hue angle of 165.43º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D5342 is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 13 83 66 -
CMYK 0.84 0 0.20 0.67
HSL 165.43º 0.73% 0.19% -
HSV(B) 165.43º 0.84% 0.33% -
XYZ 4.24 6.67 6.22 -
YUV 60.13 131.31 94.38 -
System Red Green Blue C M Y K H S L
Decimal 13 83 66 0.84 0 0.20 0.67 165.43 0.73 0.19
Hex D 53 42 54 0 14 43 A5 49 13
Octal 15 123 102 124 0 24 103 245 111 23
Binary 1101 1010011 1000010 1010100 0 10100 1000011 10100101 1001001 10011

Color Harmonies of #0D5342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5342

Black with #0D5342

Text Example


Text Example

White with #0D5342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,83,66); }

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

background-color css

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

 a { background-color: rgb(13,83,66); }

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

border-color css

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

 span { border-color: rgb(13,83,66); }

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