Html Css Color HEX #0E4B3C Deep Teal

📋 copy color: '#0E4B3C'

red 14 ◦ green 75 ◦ blue 60

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

Shades of Deep Teal #0E4B3C

Tints of Deep Teal #0E4B3C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 50.34%

 BLUE value IS 60 (23.83% from 255) = 40.27%

R = 9.4%
G = 50.34%
B = 40.27%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.20

 K value IS 0.71

RGB Variations

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

Color information

#0E4B3C (or 0x0E4B3C) is known color: Deep Teal. HEX triplet: 0E, 4B and 3C. RGB value is (14,75,60). Sum of RGB (Red+Green+Blue) = 14+75+60=149 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.40% from 149); Green value is 75 (29.69% from 255 or 50.34% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 75 - color contains mainly: green. Hex color #0E4B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4B3C is #F1B4C3. Grayscale: #373737. Windows color (decimal): -15840452 or 3951374. OLE color: 3951374.

HSL color Cylindrical-coordinate representation of color #0E4B3C: hue angle of 165.25º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E4B3C is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB 14 75 60 -
CMYK 0.81 0 0.20 0.71
HSL 165.25º 0.69% 0.17% -
HSV(B) 165.25º 0.81% 0.29% -
XYZ 3.51 5.45 5.14 -
YUV 55.05 130.79 98.72 -
System Red Green Blue C M Y K H S L
Decimal 14 75 60 0.81 0 0.20 0.71 165.25 0.69 0.17
Hex E 4B 3C 51 0 14 47 A5 45 11
Octal 16 113 74 121 0 24 107 245 105 21
Binary 1110 1001011 111100 1010001 0 10100 1000111 10100101 1000101 10001

Color Harmonies of #0E4B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4B3C

Black with #0E4B3C

Text Example


Text Example

White with #0E4B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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