Html Css Color HEX #04513B Deep Teal

📋 copy color: '#04513B'

red 4 ◦ green 81 ◦ blue 59

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

Shades of Deep Teal #04513B

Tints of Deep Teal #04513B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 56.25%

 BLUE value IS 59 (23.44% from 255) = 40.97%

R = 2.78%
G = 56.25%
B = 40.97%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#04513B (or 0x04513B) is known color: Deep Teal. HEX triplet: 04, 51 and 3B. RGB value is (4,81,59). Sum of RGB (Red+Green+Blue) = 4+81+59=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 81 (32.03% from 255 or 56.25% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 81 - color contains mainly: green. Hex color #04513B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04513B is #FBAEC4. Grayscale: #373737. Windows color (decimal): -16494277 or 3887364. OLE color: 3887364.

HSL color Cylindrical-coordinate representation of color #04513B: hue angle of 162.86º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04513B is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 81 59 -
CMYK 0.95 0 0.27 0.68
HSL 162.86º 0.91% 0.17% -
HSV(B) 162.86º 0.95% 0.32% -
XYZ 3.78 6.23 5.14 -
YUV 55.47 129.99 91.29 -
System Red Green Blue C M Y K H S L
Decimal 4 81 59 0.95 0 0.27 0.68 162.86 0.91 0.17
Hex 4 51 3B 5F 0 1B 44 A3 5B 11
Octal 4 121 73 137 0 33 104 243 133 21
Binary 100 1010001 111011 1011111 0 11011 1000100 10100011 1011011 10001

Color Harmonies of #04513B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04513B

Black with #04513B

Text Example


Text Example

White with #04513B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04513B; }

 p { color: rgb(4,81,59); }

 H1.HeaderClassName
 {
   color: #04513B;
 }
 .AnyTagClassName
 {
   color: #04513B;
 }
</style>

background-color css

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

 a { background-color: rgb(4,81,59); }

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

border-color css

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

 span { border-color: rgb(4,81,59); }

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