Html Css Color HEX #054338 Deep Teal

📋 copy color: '#054338'

red 5 ◦ green 67 ◦ blue 56

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

Shades of Deep Teal #054338

Tints of Deep Teal #054338

RGB

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

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

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

R = 3.91%
G = 52.34%
B = 43.75%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.74

RGB Variations

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

Color information

#054338 (or 0x054338) is known color: Deep Teal. HEX triplet: 05, 43 and 38. RGB value is (5,67,56). Sum of RGB (Red+Green+Blue) = 5+67+56=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 67 (26.56% from 255 or 52.34% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 67 - color contains mainly: green. Hex color #054338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054338 is #FABCC7. Grayscale: #2F2F2F. Windows color (decimal): -16432328 or 3687173. OLE color: 3687173.

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

Color convert

RGB 5 67 56 -
CMYK 0.93 0 0.16 0.74
HSL 169.35º 0.86% 0.14% -
HSV(B) 169.35º 0.93% 0.26% -
XYZ 2.78 4.33 4.43 -
YUV 47.21 132.96 97.89 -
System Red Green Blue C M Y K H S L
Decimal 5 67 56 0.93 0 0.16 0.74 169.35 0.86 0.14
Hex 5 43 38 5D 0 10 4A A9 56 E
Octal 5 103 70 135 0 20 112 251 126 16
Binary 101 1000011 111000 1011101 0 10000 1001010 10101001 1010110 1110

Color Harmonies of #054338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054338

Black with #054338

Text Example


Text Example

White with #054338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054338; }

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

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

background-color css

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

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

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

border-color css

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

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

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