Html Css Color HEX #054237 Deep Teal

📋 copy color: '#054237'

red 5 ◦ green 66 ◦ blue 55

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

Shades of Deep Teal #054237

Tints of Deep Teal #054237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 52.38%

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

R = 3.97%
G = 52.38%
B = 43.65%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

#054237 (or 0x054237) is known color: Deep Teal. HEX triplet: 05, 42 and 37. RGB value is (5,66,55). Sum of RGB (Red+Green+Blue) = 5+66+55=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #054237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054237 is #FABDC8. Grayscale: #2E2E2E. Windows color (decimal): -16432585 or 3621381. OLE color: 3621381.

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

Color convert

RGB 5 66 55 -
CMYK 0.92 0 0.17 0.74
HSL 169.18º 0.86% 0.14% -
HSV(B) 169.18º 0.92% 0.26% -
XYZ 2.7 4.2 4.28 -
YUV 46.51 132.79 98.39 -
System Red Green Blue C M Y K H S L
Decimal 5 66 55 0.92 0 0.17 0.74 169.18 0.86 0.14
Hex 5 42 37 5C 0 11 4A A9 56 E
Octal 5 102 67 134 0 21 112 251 126 16
Binary 101 1000010 110111 1011100 0 10001 1001010 10101001 1010110 1110

Color Harmonies of #054237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054237

Black with #054237

Text Example


Text Example

White with #054237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054237; }

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

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

background-color css

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

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

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

border-color css

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

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

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