Html Css Color HEX #04523D Deep Teal

📋 copy color: '#04523D'

red 4 ◦ green 82 ◦ blue 61

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

Shades of Deep Teal #04523D

Tints of Deep Teal #04523D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 55.78%

 BLUE value IS 61 (24.22% from 255) = 41.5%

R = 2.72%
G = 55.78%
B = 41.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#04523D (or 0x04523D) is known color: Deep Teal. HEX triplet: 04, 52 and 3D. RGB value is (4,82,61). Sum of RGB (Red+Green+Blue) = 4+82+61=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 82 (32.42% from 255 or 55.78% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 82 - color contains mainly: green. Hex color #04523D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04523D is #FBADC2. Grayscale: #383838. Windows color (decimal): -16494019 or 4018692. OLE color: 4018692.

HSL color Cylindrical-coordinate representation of color #04523D: hue angle of 163.85º 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 #04523D is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 82 61 -
CMYK 0.95 0 0.26 0.68
HSL 163.85º 0.91% 0.17% -
HSV(B) 163.85º 0.95% 0.32% -
XYZ 3.91 6.4 5.44 -
YUV 56.28 130.66 90.71 -
System Red Green Blue C M Y K H S L
Decimal 4 82 61 0.95 0 0.26 0.68 163.85 0.91 0.17
Hex 4 52 3D 5F 0 1A 44 A4 5B 11
Octal 4 122 75 137 0 32 104 244 133 21
Binary 100 1010010 111101 1011111 0 11010 1000100 10100100 1011011 10001

Color Harmonies of #04523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04523D

Black with #04523D

Text Example


Text Example

White with #04523D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04523D; }

 p { color: rgb(4,82,61); }

 H1.HeaderClassName
 {
   color: #04523D;
 }
 .AnyTagClassName
 {
   color: #04523D;
 }
</style>

background-color css

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

 a { background-color: rgb(4,82,61); }

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

border-color css

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

 span { border-color: rgb(4,82,61); }

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