Html Css Color HEX #054337 Deep Teal

📋 copy color: '#054337'

red 5 ◦ green 67 ◦ blue 55

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

Shades of Deep Teal #054337

Tints of Deep Teal #054337

RGB

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

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

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

R = 3.94%
G = 52.76%
B = 43.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#054337 (or 0x054337) is known color: Deep Teal. HEX triplet: 05, 43 and 37. RGB value is (5,67,55). Sum of RGB (Red+Green+Blue) = 5+67+55=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #054337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054337 is #FABCC8. Grayscale: #2F2F2F. Windows color (decimal): -16432329 or 3621637. OLE color: 3621637.

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

Color convert

RGB 5 67 55 -
CMYK 0.93 0 0.18 0.74
HSL 168.39º 0.86% 0.14% -
HSV(B) 168.39º 0.93% 0.26% -
XYZ 2.76 4.32 4.3 -
YUV 47.09 132.46 97.98 -
System Red Green Blue C M Y K H S L
Decimal 5 67 55 0.93 0 0.18 0.74 168.39 0.86 0.14
Hex 5 43 37 5D 0 12 4A A8 56 E
Octal 5 103 67 135 0 22 112 250 126 16
Binary 101 1000011 110111 1011101 0 10010 1001010 10101000 1010110 1110

Color Harmonies of #054337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054337

Black with #054337

Text Example


Text Example

White with #054337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054337; }

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

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

background-color css

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

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

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

border-color css

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

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

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