Html Css Color HEX #04503A Deep Teal

📋 copy color: '#04503A'

red 4 ◦ green 80 ◦ blue 58

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

Shades of Deep Teal #04503A

Tints of Deep Teal #04503A

RGB

 RED value IS 4 (1.95% from 255) = 2.82%

 GREEN value IS 80 (31.64% from 255) = 56.34%

 BLUE value IS 58 (23.05% from 255) = 40.85%

R = 2.82%
G = 56.34%
B = 40.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#04503A (or 0x04503A) is known color: Deep Teal. HEX triplet: 04, 50 and 3A. RGB value is (4,80,58). Sum of RGB (Red+Green+Blue) = 4+80+58=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 80 (31.64% from 255 or 56.34% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 80 - color contains mainly: green. Hex color #04503A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04503A is #FBAFC5. Grayscale: #363636. Windows color (decimal): -16494534 or 3821572. OLE color: 3821572.

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

Color convert

RGB 4 80 58 -
CMYK 0.95 0 0.28 0.69
HSL 162.63º 0.9% 0.16% -
HSV(B) 162.63º 0.95% 0.31% -
XYZ 3.68 6.07 4.98 -
YUV 54.77 129.82 91.79 -
System Red Green Blue C M Y K H S L
Decimal 4 80 58 0.95 0 0.28 0.69 162.63 0.9 0.16
Hex 4 50 3A 5F 0 1C 45 A3 5A 10
Octal 4 120 72 137 0 34 105 243 132 20
Binary 100 1010000 111010 1011111 0 11100 1000101 10100011 1011010 10000

Color Harmonies of #04503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04503A

Black with #04503A

Text Example


Text Example

White with #04503A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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