Html Css Color HEX #048779 Teal

📋 copy color: '#048779'

red 4 ◦ green 135 ◦ blue 121

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

Shades of Teal #048779

Tints of Teal #048779

RGB

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

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

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

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

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#048779 (or 0x048779) is known color: Teal. HEX triplet: 04, 87 and 79. RGB value is (4,135,121). Sum of RGB (Red+Green+Blue) = 4+135+121=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #048779 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048779 is #FB7886. Grayscale: #5E5E5E. Windows color (decimal): -16480391 or 7964420. OLE color: 7964420.

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

Color convert

RGB 4 135 121 -
CMYK 0.97 0 0.10 0.47
HSL 173.59º 0.94% 0.27% -
HSV(B) 173.59º 0.97% 0.53% -
XYZ 12.17 18.73 21.06 -
YUV 94.24 143.1 63.64 -
System Red Green Blue C M Y K H S L
Decimal 4 135 121 0.97 0 0.10 0.47 173.59 0.94 0.27
Hex 4 87 79 61 0 A 2F AE 5E 1B
Octal 4 207 171 141 0 12 57 256 136 33
Binary 100 10000111 1111001 1100001 0 1010 101111 10101110 1011110 11011

Color Harmonies of #048779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048779

Black with #048779

Text Example


Text Example

White with #048779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048779; }

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

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

background-color css

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

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

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

border-color css

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

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

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