Html Css Color HEX #014C39 Deep Teal

📋 copy color: '#014C39'

red 1 ◦ green 76 ◦ blue 57

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

Shades of Deep Teal #014C39

Tints of Deep Teal #014C39

RGB

 RED value IS 1 (0.78% from 255) = 0.75%

 GREEN value IS 76 (30.08% from 255) = 56.72%

 BLUE value IS 57 (22.66% from 255) = 42.54%

R = 0.75%
G = 56.72%
B = 42.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.70

RGB Variations

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

Color information

#014C39 (or 0x014C39) is known color: Deep Teal. HEX triplet: 01, 4C and 39. RGB value is (1,76,57). Sum of RGB (Red+Green+Blue) = 1+76+57=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 76 (30.08% from 255 or 56.72% from 134); Blue value is 57 (22.66% from 255 or 42.54% from 134); Max value from RGB is 76 - color contains mainly: green. Hex color #014C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C39 is #FEB3C6. Grayscale: #333333. Windows color (decimal): -16692167 or 3755009. OLE color: 3755009.

HSL color Cylindrical-coordinate representation of color #014C39: hue angle of 164.8º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C39 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 76 57 -
CMYK 0.99 0 0.25 0.70
HSL 164.8º 0.97% 0.15% -
HSV(B) 164.8º 0.99% 0.3% -
XYZ 3.34 5.47 4.75 -
YUV 51.41 131.15 92.04 -
System Red Green Blue C M Y K H S L
Decimal 1 76 57 0.99 0 0.25 0.70 164.8 0.97 0.15
Hex 1 4C 39 63 0 19 46 A5 61 F
Octal 1 114 71 143 0 31 106 245 141 17
Binary 1 1001100 111001 1100011 0 11001 1000110 10100101 1100001 1111

Color Harmonies of #014C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C39

Black with #014C39

Text Example


Text Example

White with #014C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014C39; }

 p { color: rgb(1,76,57); }

 H1.HeaderClassName
 {
   color: #014C39;
 }
 .AnyTagClassName
 {
   color: #014C39;
 }
</style>

background-color css

<style>
 a { background-color: #014C39; }

 a { background-color: rgb(1,76,57); }

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

border-color css

<style>
 span { border-color: #014C39; }

 span { border-color: rgb(1,76,57); }

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