Html Css Color HEX #047387 Teal

📋 copy color: '#047387'

red 4 ◦ green 115 ◦ blue 135

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

Shades of Teal #047387

Tints of Teal #047387

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.28%

 BLUE value IS 135 (53.13% from 255) = 53.15%

R = 1.57%
G = 45.28%
B = 53.15%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#047387 (or 0x047387) is known color: Teal. HEX triplet: 04, 73 and 87. RGB value is (4,115,135). Sum of RGB (Red+Green+Blue) = 4+115+135=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #047387 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047387 is #FB8C78. Grayscale: #535353. Windows color (decimal): -16485497 or 8876804. OLE color: 8876804.

HSL color Cylindrical-coordinate representation of color #047387: hue angle of 189.16º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047387 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 115 135 -
CMYK 0.97 0.15 0 0.47
HSL 189.16º 0.94% 0.27% -
HSV(B) 189.16º 0.97% 0.53% -
XYZ 10.55 14.04 25.07 -
YUV 84.09 156.73 70.87 -
System Red Green Blue C M Y K H S L
Decimal 4 115 135 0.97 0.15 0 0.47 189.16 0.94 0.27
Hex 4 73 87 61 F 0 2F BD 5E 1B
Octal 4 163 207 141 17 0 57 275 136 33
Binary 100 1110011 10000111 1100001 1111 0 101111 10111101 1011110 11011

Color Harmonies of #047387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047387

Black with #047387

Text Example


Text Example

White with #047387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047387; }

 p { color: rgb(4,115,135); }

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

background-color css

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

 a { background-color: rgb(4,115,135); }

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

border-color css

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

 span { border-color: rgb(4,115,135); }

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