Html Css Color HEX #0E3830 Deep Teal

📋 copy color: '#0E3830'

red 14 ◦ green 56 ◦ blue 48

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

Shades of Deep Teal #0E3830

Tints of Deep Teal #0E3830

RGB

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

 GREEN value IS 56 (22.27% from 255) = 47.46%

 BLUE value IS 48 (19.14% from 255) = 40.68%

R = 11.86%
G = 47.46%
B = 40.68%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#0E3830 (or 0x0E3830) is known color: Deep Teal. HEX triplet: 0E, 38 and 30. RGB value is (14,56,48). Sum of RGB (Red+Green+Blue) = 14+56+48=118 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.86% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 56 - color contains mainly: green. Hex color #0E3830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3830 is #F1C7CF. Grayscale: #2A2A2A. Windows color (decimal): -15845328 or 3160078. OLE color: 3160078.

HSL color Cylindrical-coordinate representation of color #0E3830: hue angle of 168.57º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E3830 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB 14 56 48 -
CMYK 0.75 0 0.14 0.78
HSL 168.57º 0.6% 0.14% -
HSV(B) 168.57º 0.75% 0.22% -
XYZ 2.13 3.14 3.29 -
YUV 42.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 14 56 48 0.75 0 0.14 0.78 168.57 0.6 0.14
Hex E 38 30 4B 0 E 4E A9 3C E
Octal 16 70 60 113 0 16 116 251 74 16
Binary 1110 111000 110000 1001011 0 1110 1001110 10101001 111100 1110

Color Harmonies of #0E3830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3830

Black with #0E3830

Text Example


Text Example

White with #0E3830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,56,48); }

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

background-color css

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

 a { background-color: rgb(14,56,48); }

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

border-color css

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

 span { border-color: rgb(14,56,48); }

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