Html Css Color HEX #054434 Deep Teal

📋 copy color: '#054434'

red 5 ◦ green 68 ◦ blue 52

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

Shades of Deep Teal #054434

Tints of Deep Teal #054434

RGB

 RED value IS 5 (2.34% from 255) = 4%

 GREEN value IS 68 (26.95% from 255) = 54.4%

 BLUE value IS 52 (20.7% from 255) = 41.6%

R = 4%
G = 54.4%
B = 41.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#054434 (or 0x054434) is known color: Deep Teal. HEX triplet: 05, 44 and 34. RGB value is (5,68,52). Sum of RGB (Red+Green+Blue) = 5+68+52=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #054434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054434 is #FABBCB. Grayscale: #2F2F2F. Windows color (decimal): -16432076 or 3425285. OLE color: 3425285.

HSL color Cylindrical-coordinate representation of color #054434: hue angle of 164.76º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054434 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 68 52 -
CMYK 0.93 0 0.24 0.73
HSL 164.76º 0.86% 0.14% -
HSV(B) 164.76º 0.93% 0.27% -
XYZ 2.75 4.41 3.96 -
YUV 47.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 5 68 52 0.93 0 0.24 0.73 164.76 0.86 0.14
Hex 5 44 34 5D 0 18 49 A5 56 E
Octal 5 104 64 135 0 30 111 245 126 16
Binary 101 1000100 110100 1011101 0 11000 1001001 10100101 1010110 1110

Color Harmonies of #054434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054434

Black with #054434

Text Example


Text Example

White with #054434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054434; }

 p { color: rgb(5,68,52); }

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

background-color css

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

 a { background-color: rgb(5,68,52); }

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

border-color css

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

 span { border-color: rgb(5,68,52); }

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