Html Css Color HEX #014236 Deep Teal

📋 copy color: '#014236'

red 1 ◦ green 66 ◦ blue 54

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

Shades of Deep Teal #014236

Tints of Deep Teal #014236

RGB

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

 GREEN value IS 66 (26.17% from 255) = 54.55%

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

R = 0.83%
G = 54.55%
B = 44.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#014236 (or 0x014236) is known color: Deep Teal. HEX triplet: 01, 42 and 36. RGB value is (1,66,54). Sum of RGB (Red+Green+Blue) = 1+66+54=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #014236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014236 is #FEBDC9. Grayscale: #2D2D2D. Windows color (decimal): -16694730 or 3555841. OLE color: 3555841.

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

Color convert

RGB 1 66 54 -
CMYK 0.98 0 0.18 0.74
HSL 168.92º 0.97% 0.13% -
HSV(B) 168.92º 0.98% 0.26% -
XYZ 2.63 4.17 4.16 -
YUV 45.2 132.97 96.48 -
System Red Green Blue C M Y K H S L
Decimal 1 66 54 0.98 0 0.18 0.74 168.92 0.97 0.13
Hex 1 42 36 62 0 12 4A A9 61 D
Octal 1 102 66 142 0 22 112 251 141 15
Binary 1 1000010 110110 1100010 0 10010 1001010 10101001 1100001 1101

Color Harmonies of #014236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014236

Black with #014236

Text Example


Text Example

White with #014236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014236; }

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

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

background-color css

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

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

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

border-color css

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

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

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