Html Css Color HEX #054035 Deep Teal

📋 copy color: '#054035'

red 5 ◦ green 64 ◦ blue 53

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

Shades of Deep Teal #054035

Tints of Deep Teal #054035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 52.46%

 BLUE value IS 53 (21.09% from 255) = 43.44%

R = 4.1%
G = 52.46%
B = 43.44%

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

#054035 (or 0x054035) is known color: Deep Teal. HEX triplet: 05, 40 and 35. RGB value is (5,64,53). Sum of RGB (Red+Green+Blue) = 5+64+53=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 53 (21.09% from 255 or 43.44% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #054035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054035 is #FABFCA. Grayscale: #2D2D2D. Windows color (decimal): -16433099 or 3489797. OLE color: 3489797.

HSL color Cylindrical-coordinate representation of color #054035: hue angle of 168.81º 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 #054035 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 64 53 -
CMYK 0.92 0 0.17 0.75
HSL 168.81º 0.86% 0.14% -
HSV(B) 168.81º 0.92% 0.25% -
XYZ 2.54 3.96 4 -
YUV 45.11 132.45 99.39 -
System Red Green Blue C M Y K H S L
Decimal 5 64 53 0.92 0 0.17 0.75 168.81 0.86 0.14
Hex 5 40 35 5C 0 11 4B A9 56 E
Octal 5 100 65 134 0 21 113 251 126 16
Binary 101 1000000 110101 1011100 0 10001 1001011 10101001 1010110 1110

Color Harmonies of #054035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054035

Black with #054035

Text Example


Text Example

White with #054035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054035; }

 p { color: rgb(5,64,53); }

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

background-color css

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

 a { background-color: rgb(5,64,53); }

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

border-color css

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

 span { border-color: rgb(5,64,53); }

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