#048A7E

Color #048A7E Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #048A7E

Tints of Teal #048A7E

Color information

#048A7E (or 0x048A7E) is unknown color: approx Teal. HEX triplet: 04, 8A and 7E. RGB value is (4,138,126). Sum of RGB (Red+Green+Blue) = 4+138+126=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 138 (54.30% from 255 or 51.49% from 268); Blue value is 126 (49.61% from 255 or 47.01% from 268); Max value from RGB is 138 - color contains mainly: green. Hex color #048A7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048A7E is #FB7581. Grayscale: #606060. Windows color (decimal): -16479618 or 8292868. OLE color: 8292868.

HSL color Cylindrical-coordinate representation of color #048A7E: hue angle of 174.63º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048A7E is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB4138126-
CMYK0.9700.090.46
HSL174.63º94.37%27.84%-
HSV(B)174.63º97.1%54.12%-
XYZ12.919.7122.86-
YUV96.57144.6161.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.49%
GREEN value IS 138 (54.30% from 255) = 51.49%
BLUE value IS 126 (49.61% from 255) = 47.01%
R=1.49%
G=51.49%
B=47.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41381260.9700.090.46174.6394.3727.84
Hex48A7E61092Eaf5e1c
Octal42121761410115625713634
Binary10010001010111111011000010100110111010101111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048A7E; }

 p { color: rgb(4,138,126); }

 H1.HeaderClassName
 {
   color: #048A7E;
 }
 .AnyTagClassName
 {
   color: #048A7E;
 }
</style>
background-color css

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

 a { background-color: rgb(4,138,126); }

 div.DivClassName
 {
   background-color: #048A7E;
 }
 .BgClassName
 {
   background-color: #048A7E;
 }
</style>
border-color css

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

 span { border-color: rgb(4,138,126); }

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