Html Css Color HEX #0E513F Deep Teal

📋 copy color: '#0E513F'

red 14 ◦ green 81 ◦ blue 63

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

Shades of Deep Teal #0E513F

Tints of Deep Teal #0E513F

RGB

 RED value IS 14 (5.86% from 255) = 8.86%

 GREEN value IS 81 (32.03% from 255) = 51.27%

 BLUE value IS 63 (25% from 255) = 39.87%

R = 8.86%
G = 51.27%
B = 39.87%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#0E513F (or 0x0E513F) is known color: Deep Teal. HEX triplet: 0E, 51 and 3F. RGB value is (14,81,63). Sum of RGB (Red+Green+Blue) = 14+81+63=158 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.86% from 158); Green value is 81 (32.03% from 255 or 51.27% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 81 - color contains mainly: green. Hex color #0E513F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E513F is #F1AEC0. Grayscale: #3A3A3A. Windows color (decimal): -15838913 or 4149518. OLE color: 4149518.

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

Color convert

RGB 14 81 63 -
CMYK 0.83 0 0.22 0.68
HSL 163.88º 0.71% 0.19% -
HSV(B) 163.88º 0.83% 0.32% -
XYZ 4.02 6.34 5.71 -
YUV 58.92 130.3 95.96 -
System Red Green Blue C M Y K H S L
Decimal 14 81 63 0.83 0 0.22 0.68 163.88 0.71 0.19
Hex E 51 3F 53 0 16 44 A4 47 13
Octal 16 121 77 123 0 26 104 244 107 23
Binary 1110 1010001 111111 1010011 0 10110 1000100 10100100 1000111 10011

Color Harmonies of #0E513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E513F

Black with #0E513F

Text Example


Text Example

White with #0E513F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,81,63); }

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

background-color css

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

 a { background-color: rgb(14,81,63); }

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

border-color css

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

 span { border-color: rgb(14,81,63); }

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