Html Css Color HEX #048280 Teal

📋 copy color: '#048280'

red 4 ◦ green 130 ◦ blue 128

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

Shades of Teal #048280

Tints of Teal #048280

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.62%

 BLUE value IS 128 (50.39% from 255) = 48.85%

R = 1.53%
G = 49.62%
B = 48.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#048280 (or 0x048280) is known color: Teal. HEX triplet: 04, 82 and 80. RGB value is (4,130,128). Sum of RGB (Red+Green+Blue) = 4+130+128=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #048280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048280 is #FB7D7F. Grayscale: #5B5B5B. Windows color (decimal): -16481664 or 8421892. OLE color: 8421892.

HSL color Cylindrical-coordinate representation of color #048280: hue angle of 179.05º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048280 is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 130 128 -
CMYK 0.97 0 0.02 0.49
HSL 179.05º 0.94% 0.26% -
HSV(B) 179.05º 0.97% 0.51% -
XYZ 11.93 17.55 23.18 -
YUV 92.1 148.26 65.16 -
System Red Green Blue C M Y K H S L
Decimal 4 130 128 0.97 0 0.02 0.49 179.05 0.94 0.26
Hex 4 82 80 61 0 2 31 B3 5E 1A
Octal 4 202 200 141 0 2 61 263 136 32
Binary 100 10000010 10000000 1100001 0 10 110001 10110011 1011110 11010

Color Harmonies of #048280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048280

Black with #048280

Text Example


Text Example

White with #048280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048280; }

 p { color: rgb(4,130,128); }

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

background-color css

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

 a { background-color: rgb(4,130,128); }

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

border-color css

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

 span { border-color: rgb(4,130,128); }

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