Html Css Color HEX #0E372F Deep Teal

📋 copy color: '#0E372F'

red 14 ◦ green 55 ◦ blue 47

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

Shades of Deep Teal #0E372F

Tints of Deep Teal #0E372F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 47.41%

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

R = 12.07%
G = 47.41%
B = 40.52%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#0E372F (or 0x0E372F) is known color: Deep Teal. HEX triplet: 0E, 37 and 2F. RGB value is (14,55,47). Sum of RGB (Red+Green+Blue) = 14+55+47=116 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.07% from 116); Green value is 55 (21.88% from 255 or 47.41% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 55 - color contains mainly: green. Hex color #0E372F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E372F is #F1C8D0. Grayscale: #292929. Windows color (decimal): -15845585 or 3094286. OLE color: 3094286.

HSL color Cylindrical-coordinate representation of color #0E372F: hue angle of 168.29º degrees, saturation: 0.59, 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 #0E372F is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.78.

Color convert

RGB 14 55 47 -
CMYK 0.75 0 0.15 0.78
HSL 168.29º 0.59% 0.14% -
HSV(B) 168.29º 0.75% 0.22% -
XYZ 2.06 3.03 3.17 -
YUV 41.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 14 55 47 0.75 0 0.15 0.78 168.29 0.59 0.14
Hex E 37 2F 4B 0 F 4E A8 3B E
Octal 16 67 57 113 0 17 116 250 73 16
Binary 1110 110111 101111 1001011 0 1111 1001110 10101000 111011 1110

Color Harmonies of #0E372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E372F

Black with #0E372F

Text Example


Text Example

White with #0E372F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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