Html Css Color HEX #054136 Deep Teal

📋 copy color: '#054136'

red 5 ◦ green 65 ◦ blue 54

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

Shades of Deep Teal #054136

Tints of Deep Teal #054136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 52.42%

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

R = 4.03%
G = 52.42%
B = 43.55%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#054136 (or 0x054136) is known color: Deep Teal. HEX triplet: 05, 41 and 36. RGB value is (5,65,54). Sum of RGB (Red+Green+Blue) = 5+65+54=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 54 (21.48% from 255 or 43.55% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #054136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054136 is #FABEC9. Grayscale: #2D2D2D. Windows color (decimal): -16432842 or 3555589. OLE color: 3555589.

HSL color Cylindrical-coordinate representation of color #054136: hue angle of 169º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054136 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 65 54 -
CMYK 0.92 0 0.17 0.75
HSL 169º 0.86% 0.14% -
HSV(B) 169º 0.92% 0.25% -
XYZ 2.62 4.08 4.14 -
YUV 45.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 5 65 54 0.92 0 0.17 0.75 169 0.86 0.14
Hex 5 41 36 5C 0 11 4B A9 56 E
Octal 5 101 66 134 0 21 113 251 126 16
Binary 101 1000001 110110 1011100 0 10001 1001011 10101001 1010110 1110

Color Harmonies of #054136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054136

Black with #054136

Text Example


Text Example

White with #054136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054136; }

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

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

background-color css

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

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

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

border-color css

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

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

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