Html Css Color HEX #048482 Teal

📋 copy color: '#048482'

red 4 ◦ green 132 ◦ blue 130

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

Shades of Teal #048482

Tints of Teal #048482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.62%

 BLUE value IS 130 (51.17% from 255) = 48.87%

R = 1.5%
G = 49.62%
B = 48.87%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#048482 (or 0x048482) is known color: Teal. HEX triplet: 04, 84 and 82. RGB value is (4,132,130). Sum of RGB (Red+Green+Blue) = 4+132+130=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #048482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048482 is #FB7B7D. Grayscale: #5D5D5D. Windows color (decimal): -16481150 or 8553476. OLE color: 8553476.

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

Color convert

RGB 4 132 130 -
CMYK 0.97 0 0.02 0.48
HSL 179.06º 0.94% 0.27% -
HSV(B) 179.06º 0.97% 0.52% -
XYZ 12.33 18.14 23.97 -
YUV 93.5 148.59 64.16 -
System Red Green Blue C M Y K H S L
Decimal 4 132 130 0.97 0 0.02 0.48 179.06 0.94 0.27
Hex 4 84 82 61 0 2 30 B3 5E 1B
Octal 4 204 202 141 0 2 60 263 136 33
Binary 100 10000100 10000010 1100001 0 10 110000 10110011 1011110 11011

Color Harmonies of #048482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048482

Black with #048482

Text Example


Text Example

White with #048482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048482; }

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

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

background-color css

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

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

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

border-color css

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

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

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