Html Css Color HEX #014F3C Deep Teal

📋 copy color: '#014F3C'

red 1 ◦ green 79 ◦ blue 60

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

Shades of Deep Teal #014F3C

Tints of Deep Teal #014F3C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 56.43%

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

R = 0.71%
G = 56.43%
B = 42.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#014F3C (or 0x014F3C) is known color: Deep Teal. HEX triplet: 01, 4F and 3C. RGB value is (1,79,60). Sum of RGB (Red+Green+Blue) = 1+79+60=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 79 (31.25% from 255 or 56.43% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 79 - color contains mainly: green. Hex color #014F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014F3C is #FEB0C3. Grayscale: #353535. Windows color (decimal): -16691396 or 3952385. OLE color: 3952385.

HSL color Cylindrical-coordinate representation of color #014F3C: hue angle of 165.38º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F3C is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 79 60 -
CMYK 0.99 0 0.24 0.69
HSL 165.38º 0.98% 0.16% -
HSV(B) 165.38º 0.99% 0.31% -
XYZ 3.62 5.92 5.23 -
YUV 53.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 1 79 60 0.99 0 0.24 0.69 165.38 0.98 0.16
Hex 1 4F 3C 63 0 18 45 A5 62 10
Octal 1 117 74 143 0 30 105 245 142 20
Binary 1 1001111 111100 1100011 0 11000 1000101 10100101 1100010 10000

Color Harmonies of #014F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F3C

Black with #014F3C

Text Example


Text Example

White with #014F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,79,60); }

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

background-color css

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

 a { background-color: rgb(1,79,60); }

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

border-color css

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

 span { border-color: rgb(1,79,60); }

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