Html Css Color HEX #047987 Teal

📋 copy color: '#047987'

red 4 ◦ green 121 ◦ blue 135

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

Shades of Teal #047987

Tints of Teal #047987

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.54%

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

R = 1.54%
G = 46.54%
B = 51.92%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#047987 (or 0x047987) is known color: Teal. HEX triplet: 04, 79 and 87. RGB value is (4,121,135). Sum of RGB (Red+Green+Blue) = 4+121+135=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #047987 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047987 is #FB8678. Grayscale: #575757. Windows color (decimal): -16483961 or 8878340. OLE color: 8878340.

HSL color Cylindrical-coordinate representation of color #047987: hue angle of 186.41º 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 #047987 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 121 135 -
CMYK 0.97 0.10 0 0.47
HSL 186.41º 0.94% 0.27% -
HSV(B) 186.41º 0.97% 0.53% -
XYZ 11.26 15.45 25.31 -
YUV 87.61 154.74 68.36 -
System Red Green Blue C M Y K H S L
Decimal 4 121 135 0.97 0.10 0 0.47 186.41 0.94 0.27
Hex 4 79 87 61 A 0 2F BA 5E 1B
Octal 4 171 207 141 12 0 57 272 136 33
Binary 100 1111001 10000111 1100001 1010 0 101111 10111010 1011110 11011

Color Harmonies of #047987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047987

Black with #047987

Text Example


Text Example

White with #047987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047987; }

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

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

background-color css

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

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

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

border-color css

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

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

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