Html Css Color HEX #048682 Teal

📋 copy color: '#048682'

red 4 ◦ green 134 ◦ blue 130

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

Shades of Teal #048682

Tints of Teal #048682

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50%

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

R = 1.49%
G = 50%
B = 48.51%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#048682 (or 0x048682) is known color: Teal. HEX triplet: 04, 86 and 82. RGB value is (4,134,130). Sum of RGB (Red+Green+Blue) = 4+134+130=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #048682 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048682 is #FB797D. Grayscale: #5E5E5E. Windows color (decimal): -16480638 or 8553988. OLE color: 8553988.

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

Color convert

RGB 4 134 130 -
CMYK 0.97 0 0.03 0.47
HSL 178.15º 0.94% 0.27% -
HSV(B) 178.15º 0.97% 0.53% -
XYZ 12.6 18.69 24.06 -
YUV 94.67 147.93 63.33 -
System Red Green Blue C M Y K H S L
Decimal 4 134 130 0.97 0 0.03 0.47 178.15 0.94 0.27
Hex 4 86 82 61 0 3 2F B2 5E 1B
Octal 4 206 202 141 0 3 57 262 136 33
Binary 100 10000110 10000010 1100001 0 11 101111 10110010 1011110 11011

Color Harmonies of #048682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048682

Black with #048682

Text Example


Text Example

White with #048682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048682; }

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

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

background-color css

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

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

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

border-color css

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

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

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