Html Css Color HEX #047B8E Teal

📋 copy color: '#047B8E'

red 4 ◦ green 123 ◦ blue 142

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

Shades of Teal #047B8E

Tints of Teal #047B8E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.72%

 BLUE value IS 142 (55.86% from 255) = 52.79%

R = 1.49%
G = 45.72%
B = 52.79%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#047B8E (or 0x047B8E) is known color: Teal. HEX triplet: 04, 7B and 8E. RGB value is (4,123,142). Sum of RGB (Red+Green+Blue) = 4+123+142=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 142 (55.86% from 255 or 52.79% from 269); Max value from RGB is 142 - color contains mainly: blue. Hex color #047B8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047B8E is #FB8471. Grayscale: #595959. Windows color (decimal): -16483442 or 9337604. OLE color: 9337604.

HSL color Cylindrical-coordinate representation of color #047B8E: hue angle of 188.26º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047B8E is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 123 142 -
CMYK 0.97 0.13 0 0.44
HSL 188.26º 0.95% 0.29% -
HSV(B) 188.26º 0.97% 0.56% -
XYZ 12.02 16.14 28.07 -
YUV 89.59 157.58 66.96 -
System Red Green Blue C M Y K H S L
Decimal 4 123 142 0.97 0.13 0 0.44 188.26 0.95 0.29
Hex 4 7B 8E 61 D 0 2C BC 5F 1D
Octal 4 173 216 141 15 0 54 274 137 35
Binary 100 1111011 10001110 1100001 1101 0 101100 10111100 1011111 11101

Color Harmonies of #047B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047B8E

Black with #047B8E

Text Example


Text Example

White with #047B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,123,142); }

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

background-color css

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

 a { background-color: rgb(4,123,142); }

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

border-color css

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

 span { border-color: rgb(4,123,142); }

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