Html Css Color HEX #0E342F Deep Teal

📋 copy color: '#0E342F'

red 14 ◦ green 52 ◦ blue 47

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

Shades of Deep Teal #0E342F

Tints of Deep Teal #0E342F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 46.02%

 BLUE value IS 47 (18.75% from 255) = 41.59%

R = 12.39%
G = 46.02%
B = 41.59%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.80

RGB Variations

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

Color information

#0E342F (or 0x0E342F) is known color: Deep Teal. HEX triplet: 0E, 34 and 2F. RGB value is (14,52,47). Sum of RGB (Red+Green+Blue) = 14+52+47=113 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.39% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 52 - color contains mainly: green. Hex color #0E342F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E342F is #F1CBD0. Grayscale: #282828. Windows color (decimal): -15846353 or 3093518. OLE color: 3093518.

HSL color Cylindrical-coordinate representation of color #0E342F: hue angle of 172.11º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E342F is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB 14 52 47 -
CMYK 0.73 0 0.10 0.80
HSL 172.11º 0.58% 0.13% -
HSV(B) 172.11º 0.73% 0.2% -
XYZ 1.92 2.75 3.12 -
YUV 40.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 14 52 47 0.73 0 0.10 0.80 172.11 0.58 0.13
Hex E 34 2F 49 0 A 50 AC 3A D
Octal 16 64 57 111 0 12 120 254 72 15
Binary 1110 110100 101111 1001001 0 1010 1010000 10101100 111010 1101

Color Harmonies of #0E342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E342F

Black with #0E342F

Text Example


Text Example

White with #0E342F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,52,47); }

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

background-color css

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

 a { background-color: rgb(14,52,47); }

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

border-color css

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

 span { border-color: rgb(14,52,47); }

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