#054B3A

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

Shades of Deep Teal #054B3A

Tints of Deep Teal #054B3A

Color information

#054B3A (or 0x054B3A) is unknown color: approx Deep Teal. HEX triplet: 05, 4B and 3A. RGB value is (5,75,58). Sum of RGB (Red+Green+Blue) = 5+75+58=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 75 (29.69% from 255 or 54.35% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 75 - color contains mainly: green. Hex color #054B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054B3A is #FAB4C5. Grayscale: #343434. Windows color (decimal): -16430278 or 3820293. OLE color: 3820293.

HSL color Cylindrical-coordinate representation of color #054B3A: hue angle of 165.43º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054B3A is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB57558-
CMYK0.9300.230.71
HSL165.43º87.5%15.69%-
HSV(B)165.43º93.33%29.41%-
XYZ3.345.374.86-
YUV52.13131.3194.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 75 (29.69% from 255) = 54.35%
BLUE value IS 58 (23.05% from 255) = 42.03%
R=3.62%
G=54.35%
B=42.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal575580.9300.230.71165.4387.515.69
Hex54B3A5D01747a55810
Octal51137213502710724513020
Binary10110010111110101011101010111100011110100101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054B3A; }

 p { color: rgb(5,75,58); }

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

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

 a { background-color: rgb(5,75,58); }

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

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

 span { border-color: rgb(5,75,58); }

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