Html Css Color HEX #0E3C37 Deep Teal

📋 copy color: '#0E3C37'

red 14 ◦ green 60 ◦ blue 55

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

Shades of Deep Teal #0E3C37

Tints of Deep Teal #0E3C37

RGB

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

 GREEN value IS 60 (23.83% from 255) = 46.51%

 BLUE value IS 55 (21.88% from 255) = 42.64%

R = 10.85%
G = 46.51%
B = 42.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.76

RGB Variations

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

Color information

#0E3C37 (or 0x0E3C37) is known color: Deep Teal. HEX triplet: 0E, 3C and 37. RGB value is (14,60,55). Sum of RGB (Red+Green+Blue) = 14+60+55=129 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.85% from 129); Green value is 60 (23.83% from 255 or 46.51% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 60 - color contains mainly: green. Hex color #0E3C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3C37 is #F1C3C8. Grayscale: #2D2D2D. Windows color (decimal): -15844297 or 3619854. OLE color: 3619854.

HSL color Cylindrical-coordinate representation of color #0E3C37: hue angle of 173.48º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E3C37 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB 14 60 55 -
CMYK 0.77 0 0.08 0.76
HSL 173.48º 0.62% 0.15% -
HSV(B) 173.48º 0.77% 0.24% -
XYZ 2.49 3.6 4.18 -
YUV 45.68 133.26 105.41 -
System Red Green Blue C M Y K H S L
Decimal 14 60 55 0.77 0 0.08 0.76 173.48 0.62 0.15
Hex E 3C 37 4D 0 8 4C AD 3E F
Octal 16 74 67 115 0 10 114 255 76 17
Binary 1110 111100 110111 1001101 0 1000 1001100 10101101 111110 1111

Color Harmonies of #0E3C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3C37

Black with #0E3C37

Text Example


Text Example

White with #0E3C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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