Html Css Color HEX #014336 Deep Teal

📋 copy color: '#014336'

red 1 ◦ green 67 ◦ blue 54

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

Shades of Deep Teal #014336

Tints of Deep Teal #014336

RGB

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

 GREEN value IS 67 (26.56% from 255) = 54.92%

 BLUE value IS 54 (21.48% from 255) = 44.26%

R = 0.82%
G = 54.92%
B = 44.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.74

RGB Variations

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

Color information

#014336 (or 0x014336) is known color: Deep Teal. HEX triplet: 01, 43 and 36. RGB value is (1,67,54). Sum of RGB (Red+Green+Blue) = 1+67+54=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 67 (26.56% from 255 or 54.92% from 122); Blue value is 54 (21.48% from 255 or 44.26% from 122); Max value from RGB is 67 - color contains mainly: green. Hex color #014336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014336 is #FEBCC9. Grayscale: #2D2D2D. Windows color (decimal): -16694474 or 3556097. OLE color: 3556097.

HSL color Cylindrical-coordinate representation of color #014336: hue angle of 168.18º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014336 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 67 54 -
CMYK 0.99 0 0.19 0.74
HSL 168.18º 0.97% 0.13% -
HSV(B) 168.18º 0.99% 0.26% -
XYZ 2.69 4.29 4.18 -
YUV 45.78 132.63 96.06 -
System Red Green Blue C M Y K H S L
Decimal 1 67 54 0.99 0 0.19 0.74 168.18 0.97 0.13
Hex 1 43 36 63 0 13 4A A8 61 D
Octal 1 103 66 143 0 23 112 250 141 15
Binary 1 1000011 110110 1100011 0 10011 1001010 10101000 1100001 1101

Color Harmonies of #014336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014336

Black with #014336

Text Example


Text Example

White with #014336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014336; }

 p { color: rgb(1,67,54); }

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

background-color css

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

 a { background-color: rgb(1,67,54); }

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

border-color css

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

 span { border-color: rgb(1,67,54); }

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