#054035

Color #054035 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #054035

Tints of Deep Teal #054035

Color information

#054035 (or 0x054035) is unknown color: approx 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

RGB56453-
CMYK0.9200.170.75
HSL168.81º85.51%13.53%-
HSV(B)168.81º92.19%25.1%-
XYZ2.543.964-
YUV45.1132.4599.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 64 (25.39% from 255) = 52.46%
BLUE value IS 53 (21.09% from 255) = 43.44%
R=4.10%
G=52.46%
B=43.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal564530.9200.170.75168.8185.5113.53
Hex540355C0114Ba956e
Octal51006513402111325112616
Binary1011000000110101101110001000110010111010100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>