Html Css Color HEX #04553F Deep Teal

📋 copy color: '#04553F'

red 4 ◦ green 85 ◦ blue 63

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

Shades of Deep Teal #04553F

Tints of Deep Teal #04553F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 55.92%

 BLUE value IS 63 (25% from 255) = 41.45%

R = 2.63%
G = 55.92%
B = 41.45%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#04553F (or 0x04553F) is known color: Deep Teal. HEX triplet: 04, 55 and 3F. RGB value is (4,85,63). Sum of RGB (Red+Green+Blue) = 4+85+63=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #04553F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04553F is #FBAAC0. Grayscale: #3A3A3A. Windows color (decimal): -16493249 or 4150532. OLE color: 4150532.

HSL color Cylindrical-coordinate representation of color #04553F: hue angle of 163.7º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04553F is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 85 63 -
CMYK 0.95 0 0.26 0.67
HSL 163.7º 0.91% 0.17% -
HSV(B) 163.7º 0.95% 0.33% -
XYZ 4.2 6.88 5.81 -
YUV 58.27 130.66 89.29 -
System Red Green Blue C M Y K H S L
Decimal 4 85 63 0.95 0 0.26 0.67 163.7 0.91 0.17
Hex 4 55 3F 5F 0 1A 43 A4 5B 11
Octal 4 125 77 137 0 32 103 244 133 21
Binary 100 1010101 111111 1011111 0 11010 1000011 10100100 1011011 10001

Color Harmonies of #04553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04553F

Black with #04553F

Text Example


Text Example

White with #04553F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04553F; }

 p { color: rgb(4,85,63); }

 H1.HeaderClassName
 {
   color: #04553F;
 }
 .AnyTagClassName
 {
   color: #04553F;
 }
</style>

background-color css

<style>
 a { background-color: #04553F; }

 a { background-color: rgb(4,85,63); }

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

border-color css

<style>
 span { border-color: #04553F; }

 span { border-color: rgb(4,85,63); }

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