#054033

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

Shades of Deep Teal #054033

Tints of Deep Teal #054033

Color information

#054033 (or 0x054033) is unknown color: approx Deep Teal. HEX triplet: 05, 40 and 33. RGB value is (5,64,51). Sum of RGB (Red+Green+Blue) = 5+64+51=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #054033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054033 is #FABFCC. Grayscale: #2C2C2C. Windows color (decimal): -16433101 or 3358725. OLE color: 3358725.

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

Color convert

RGB56451-
CMYK0.9200.200.75
HSL166.78º85.51%13.53%-
HSV(B)166.78º92.19%25.1%-
XYZ2.493.943.76-
YUV44.88131.4599.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.17%
GREEN value IS 64 (25.39% from 255) = 53.33%
BLUE value IS 51 (20.31% from 255) = 42.5%
R=4.17%
G=53.33%
B=42.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal564510.9200.200.75166.7885.5113.53
Hex540335C0144Ba756e
Octal51006313402411324712616
Binary1011000000110011101110001010010010111010011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054033; }

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

 H1.HeaderClassName
 {
   color: #054033;
 }
 .AnyTagClassName
 {
   color: #054033;
 }
</style>
background-color css

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

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

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

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

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

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