Html Css Color HEX #0E3E35 Deep Teal

📋 copy color: '#0E3E35'

red 14 ◦ green 62 ◦ blue 53

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

Shades of Deep Teal #0E3E35

Tints of Deep Teal #0E3E35

RGB

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

 GREEN value IS 62 (24.61% from 255) = 48.06%

 BLUE value IS 53 (21.09% from 255) = 41.09%

R = 10.85%
G = 48.06%
B = 41.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#0E3E35 (or 0x0E3E35) is known color: Deep Teal. HEX triplet: 0E, 3E and 35. RGB value is (14,62,53). Sum of RGB (Red+Green+Blue) = 14+62+53=129 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.85% from 129); Green value is 62 (24.61% from 255 or 48.06% from 129); Blue value is 53 (21.09% from 255 or 41.09% from 129); Max value from RGB is 62 - color contains mainly: green. Hex color #0E3E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3E35 is #F1C1CA. Grayscale: #2E2E2E. Windows color (decimal): -15843787 or 3489294. OLE color: 3489294.

HSL color Cylindrical-coordinate representation of color #0E3E35: hue angle of 168.75º degrees, saturation: 0.63, 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 #0E3E35 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB 14 62 53 -
CMYK 0.77 0 0.15 0.76
HSL 168.75º 0.63% 0.15% -
HSV(B) 168.75º 0.77% 0.24% -
XYZ 2.55 3.8 3.97 -
YUV 46.62 131.6 104.73 -
System Red Green Blue C M Y K H S L
Decimal 14 62 53 0.77 0 0.15 0.76 168.75 0.63 0.15
Hex E 3E 35 4D 0 F 4C A9 3F F
Octal 16 76 65 115 0 17 114 251 77 17
Binary 1110 111110 110101 1001101 0 1111 1001100 10101001 111111 1111

Color Harmonies of #0E3E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3E35

Black with #0E3E35

Text Example


Text Example

White with #0E3E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,62,53); }

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

background-color css

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

 a { background-color: rgb(14,62,53); }

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

border-color css

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

 span { border-color: rgb(14,62,53); }

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