Html Css Color HEX #054637 Deep Teal

📋 copy color: '#054637'

red 5 ◦ green 70 ◦ blue 55

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

Shades of Deep Teal #054637

Tints of Deep Teal #054637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 42.31%

R = 3.85%
G = 53.85%
B = 42.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#054637 (or 0x054637) is known color: Deep Teal. HEX triplet: 05, 46 and 37. RGB value is (5,70,55). Sum of RGB (Red+Green+Blue) = 5+70+55=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 70 (27.73% from 255 or 53.85% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 70 - color contains mainly: green. Hex color #054637 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054637 is #FAB9C8. Grayscale: #303030. Windows color (decimal): -16431561 or 3622405. OLE color: 3622405.

HSL color Cylindrical-coordinate representation of color #054637: hue angle of 166.15º 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 #054637 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 70 55 -
CMYK 0.93 0 0.21 0.73
HSL 166.15º 0.87% 0.15% -
HSV(B) 166.15º 0.93% 0.27% -
XYZ 2.94 4.69 4.36 -
YUV 48.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 5 70 55 0.93 0 0.21 0.73 166.15 0.87 0.15
Hex 5 46 37 5D 0 15 49 A6 57 F
Octal 5 106 67 135 0 25 111 246 127 17
Binary 101 1000110 110111 1011101 0 10101 1001001 10100110 1010111 1111

Color Harmonies of #054637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054637

Black with #054637

Text Example


Text Example

White with #054637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054637; }

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

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

background-color css

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

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

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

border-color css

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

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

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