Html Css Color HEX #0D523E Deep Teal

📋 copy color: '#0D523E'

red 13 ◦ green 82 ◦ blue 62

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

Shades of Deep Teal #0D523E

Tints of Deep Teal #0D523E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 52.23%

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

R = 8.28%
G = 52.23%
B = 39.49%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.24

 K value IS 0.68

RGB Variations

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

Color information

#0D523E (or 0x0D523E) is known color: Deep Teal. HEX triplet: 0D, 52 and 3E. RGB value is (13,82,62). Sum of RGB (Red+Green+Blue) = 13+82+62=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #0D523E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D523E is #F2ADC1. Grayscale: #3B3B3B. Windows color (decimal): -15904194 or 4084237. OLE color: 4084237.

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

Color convert

RGB 13 82 62 -
CMYK 0.84 0 0.24 0.68
HSL 162.61º 0.73% 0.19% -
HSV(B) 162.61º 0.84% 0.32% -
XYZ 4.05 6.47 5.59 -
YUV 59.09 129.64 95.13 -
System Red Green Blue C M Y K H S L
Decimal 13 82 62 0.84 0 0.24 0.68 162.61 0.73 0.19
Hex D 52 3E 54 0 18 44 A3 49 13
Octal 15 122 76 124 0 30 104 243 111 23
Binary 1101 1010010 111110 1010100 0 11000 1000100 10100011 1001001 10011

Color Harmonies of #0D523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D523E

Black with #0D523E

Text Example


Text Example

White with #0D523E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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