Html Css Color HEX #0E4D41 Deep Teal

📋 copy color: '#0E4D41'

red 14 ◦ green 77 ◦ blue 65

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

Shades of Deep Teal #0E4D41

Tints of Deep Teal #0E4D41

RGB

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

 GREEN value IS 77 (30.47% from 255) = 49.36%

 BLUE value IS 65 (25.78% from 255) = 41.67%

R = 8.97%
G = 49.36%
B = 41.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#0E4D41 (or 0x0E4D41) is known color: Deep Teal. HEX triplet: 0E, 4D and 41. RGB value is (14,77,65). Sum of RGB (Red+Green+Blue) = 14+77+65=156 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.97% from 156); Green value is 77 (30.47% from 255 or 49.36% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 77 - color contains mainly: green. Hex color #0E4D41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E4D41 is #F1B2BE. Grayscale: #383838. Windows color (decimal): -15839935 or 4279566. OLE color: 4279566.

HSL color Cylindrical-coordinate representation of color #0E4D41: hue angle of 168.57º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E4D41 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB 14 77 65 -
CMYK 0.82 0 0.16 0.70
HSL 168.57º 0.69% 0.18% -
HSV(B) 168.57º 0.82% 0.3% -
XYZ 3.79 5.78 5.92 -
YUV 56.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 14 77 65 0.82 0 0.16 0.70 168.57 0.69 0.18
Hex E 4D 41 52 0 10 46 A9 45 12
Octal 16 115 101 122 0 20 106 251 105 22
Binary 1110 1001101 1000001 1010010 0 10000 1000110 10101001 1000101 10010

Color Harmonies of #0E4D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4D41

Black with #0E4D41

Text Example


Text Example

White with #0E4D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,77,65); }

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

background-color css

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

 a { background-color: rgb(14,77,65); }

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

border-color css

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

 span { border-color: rgb(14,77,65); }

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