Html Css Color HEX #047D8D Teal

📋 copy color: '#047D8D'

red 4 ◦ green 125 ◦ blue 141

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

Shades of Teal #047D8D

Tints of Teal #047D8D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.3%

 BLUE value IS 141 (55.47% from 255) = 52.22%

R = 1.48%
G = 46.3%
B = 52.22%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#047D8D (or 0x047D8D) is known color: Teal. HEX triplet: 04, 7D and 8D. RGB value is (4,125,141). Sum of RGB (Red+Green+Blue) = 4+125+141=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #047D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047D8D is #FB8272. Grayscale: #5A5A5A. Windows color (decimal): -16482931 or 9272580. OLE color: 9272580.

HSL color Cylindrical-coordinate representation of color #047D8D: hue angle of 187.01º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047D8D is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 125 141 -
CMYK 0.97 0.11 0 0.45
HSL 187.01º 0.94% 0.28% -
HSV(B) 187.01º 0.97% 0.55% -
XYZ 12.19 16.62 27.76 -
YUV 90.65 156.41 66.2 -
System Red Green Blue C M Y K H S L
Decimal 4 125 141 0.97 0.11 0 0.45 187.01 0.94 0.28
Hex 4 7D 8D 61 B 0 2D BB 5E 1C
Octal 4 175 215 141 13 0 55 273 136 34
Binary 100 1111101 10001101 1100001 1011 0 101101 10111011 1011110 11100

Color Harmonies of #047D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047D8D

Black with #047D8D

Text Example


Text Example

White with #047D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047D8D; }

 p { color: rgb(4,125,141); }

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

background-color css

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

 a { background-color: rgb(4,125,141); }

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

border-color css

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

 span { border-color: rgb(4,125,141); }

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