Html Css Color HEX #054636 Deep Teal

📋 copy color: '#054636'

red 5 ◦ green 70 ◦ blue 54

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

Shades of Deep Teal #054636

Tints of Deep Teal #054636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 54.26%

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

R = 3.88%
G = 54.26%
B = 41.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#054636 (or 0x054636) is known color: Deep Teal. HEX triplet: 05, 46 and 36. RGB value is (5,70,54). Sum of RGB (Red+Green+Blue) = 5+70+54=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 70 (27.73% from 255 or 54.26% from 129); Blue value is 54 (21.48% from 255 or 41.86% from 129); Max value from RGB is 70 - color contains mainly: green. Hex color #054636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054636 is #FAB9C9. Grayscale: #303030. Windows color (decimal): -16431562 or 3556869. OLE color: 3556869.

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

Color convert

RGB 5 70 54 -
CMYK 0.93 0 0.23 0.73
HSL 165.23º 0.87% 0.15% -
HSV(B) 165.23º 0.93% 0.27% -
XYZ 2.92 4.68 4.24 -
YUV 48.74 130.97 96.8 -
System Red Green Blue C M Y K H S L
Decimal 5 70 54 0.93 0 0.23 0.73 165.23 0.87 0.15
Hex 5 46 36 5D 0 17 49 A5 57 F
Octal 5 106 66 135 0 27 111 245 127 17
Binary 101 1000110 110110 1011101 0 10111 1001001 10100101 1010111 1111

Color Harmonies of #054636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054636

Black with #054636

Text Example


Text Example

White with #054636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054636; }

 p { color: rgb(5,70,54); }

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

background-color css

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

 a { background-color: rgb(5,70,54); }

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

border-color css

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

 span { border-color: rgb(5,70,54); }

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