Html Css Color HEX #048582 Teal

📋 copy color: '#048582'

red 4 ◦ green 133 ◦ blue 130

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

Shades of Teal #048582

Tints of Teal #048582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.81%

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

R = 1.5%
G = 49.81%
B = 48.69%

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

#048582 (or 0x048582) is known color: Teal. HEX triplet: 04, 85 and 82. RGB value is (4,133,130). Sum of RGB (Red+Green+Blue) = 4+133+130=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #048582 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048582 is #FB7A7D. Grayscale: #5D5D5D. Windows color (decimal): -16480894 or 8553732. OLE color: 8553732.

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

Color convert

RGB 4 133 130 -
CMYK 0.97 0 0.02 0.48
HSL 178.6º 0.94% 0.27% -
HSV(B) 178.6º 0.97% 0.52% -
XYZ 12.47 18.41 24.02 -
YUV 94.09 148.26 63.74 -
System Red Green Blue C M Y K H S L
Decimal 4 133 130 0.97 0 0.02 0.48 178.6 0.94 0.27
Hex 4 85 82 61 0 2 30 B3 5E 1B
Octal 4 205 202 141 0 2 60 263 136 33
Binary 100 10000101 10000010 1100001 0 10 110000 10110011 1011110 11011

Color Harmonies of #048582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048582

Black with #048582

Text Example


Text Example

White with #048582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048582; }

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

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

background-color css

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

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

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

border-color css

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

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

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