Html Css Color HEX #054838 Deep Teal

📋 copy color: '#054838'

red 5 ◦ green 72 ◦ blue 56

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

Shades of Deep Teal #054838

Tints of Deep Teal #054838

RGB

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

 GREEN value IS 72 (28.52% from 255) = 54.14%

 BLUE value IS 56 (22.27% from 255) = 42.11%

R = 3.76%
G = 54.14%
B = 42.11%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#054838 (or 0x054838) is known color: Deep Teal. HEX triplet: 05, 48 and 38. RGB value is (5,72,56). Sum of RGB (Red+Green+Blue) = 5+72+56=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #054838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054838 is #FAB7C7. Grayscale: #323232. Windows color (decimal): -16431048 or 3688453. OLE color: 3688453.

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

Color convert

RGB 5 72 56 -
CMYK 0.93 0 0.22 0.72
HSL 165.67º 0.87% 0.15% -
HSV(B) 165.67º 0.93% 0.28% -
XYZ 3.09 4.95 4.53 -
YUV 50.14 131.3 95.8 -
System Red Green Blue C M Y K H S L
Decimal 5 72 56 0.93 0 0.22 0.72 165.67 0.87 0.15
Hex 5 48 38 5D 0 16 48 A6 57 F
Octal 5 110 70 135 0 26 110 246 127 17
Binary 101 1001000 111000 1011101 0 10110 1001000 10100110 1010111 1111

Color Harmonies of #054838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054838

Black with #054838

Text Example


Text Example

White with #054838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054838; }

 p { color: rgb(5,72,56); }

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

background-color css

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

 a { background-color: rgb(5,72,56); }

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

border-color css

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

 span { border-color: rgb(5,72,56); }

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