#03503A

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

Shades of Deep Teal #03503A

Tints of Deep Teal #03503A

Color information

#03503A (or 0x03503A) is unknown color: approx Deep Teal. HEX triplet: 03, 50 and 3A. RGB value is (3,80,58). Sum of RGB (Red+Green+Blue) = 3+80+58=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #03503A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03503A is #FCAFC5. Grayscale: #363636. Windows color (decimal): -16560070 or 3821571. OLE color: 3821571.

HSL color Cylindrical-coordinate representation of color #03503A: hue angle of 162.86º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03503A is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB38058-
CMYK0.9600.280.69
HSL162.86º92.77%16.27%-
HSV(B)162.86º96.25%31.37%-
XYZ3.676.064.98-
YUV54.47129.9991.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.13%
GREEN value IS 80 (31.64% from 255) = 56.74%
BLUE value IS 58 (23.05% from 255) = 41.13%
R=2.13%
G=56.74%
B=41.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal380580.9600.280.69162.8692.7716.27
Hex3503A6001C45a35d10
Octal31207214003410524313520
Binary1110100001110101100000011100100010110100011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03503A; }

 p { color: rgb(3,80,58); }

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

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

 a { background-color: rgb(3,80,58); }

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

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

 span { border-color: rgb(3,80,58); }

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