Html Css Color HEX #043F36 Deep Teal

📋 copy color: '#043F36'

red 4 ◦ green 63 ◦ blue 54

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

Shades of Deep Teal #043F36

Tints of Deep Teal #043F36

RGB

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

 GREEN value IS 63 (25% from 255) = 52.07%

 BLUE value IS 54 (21.48% from 255) = 44.63%

R = 3.31%
G = 52.07%
B = 44.63%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#043F36 (or 0x043F36) is known color: Deep Teal. HEX triplet: 04, 3F and 36. RGB value is (4,63,54). Sum of RGB (Red+Green+Blue) = 4+63+54=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 63 (25% from 255 or 52.07% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 63 - color contains mainly: green. Hex color #043F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043F36 is #FBC0C9. Grayscale: #2C2C2C. Windows color (decimal): -16498890 or 3555076. OLE color: 3555076.

HSL color Cylindrical-coordinate representation of color #043F36: hue angle of 170.85º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043F36 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 63 54 -
CMYK 0.94 0 0.14 0.75
HSL 170.85º 0.88% 0.13% -
HSV(B) 170.85º 0.94% 0.25% -
XYZ 2.49 3.85 4.1 -
YUV 44.33 133.45 99.23 -
System Red Green Blue C M Y K H S L
Decimal 4 63 54 0.94 0 0.14 0.75 170.85 0.88 0.13
Hex 4 3F 36 5E 0 E 4B AB 58 D
Octal 4 77 66 136 0 16 113 253 130 15
Binary 100 111111 110110 1011110 0 1110 1001011 10101011 1011000 1101

Color Harmonies of #043F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043F36

Black with #043F36

Text Example


Text Example

White with #043F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043F36; }

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

 H1.HeaderClassName
 {
   color: #043F36;
 }
 .AnyTagClassName
 {
   color: #043F36;
 }
</style>

background-color css

<style>
 a { background-color: #043F36; }

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

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

border-color css

<style>
 span { border-color: #043F36; }

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

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