Html Css Color HEX #048286 Teal

📋 copy color: '#048286'

red 4 ◦ green 130 ◦ blue 134

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

Shades of Teal #048286

Tints of Teal #048286

RGB

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

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

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

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

CMYK

 C value IS 0.97

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

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

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

Color convert

RGB 4 130 134 -
CMYK 0.97 0.03 0 0.47
HSL 181.85º 0.94% 0.27% -
HSV(B) 181.85º 0.97% 0.53% -
XYZ 12.34 17.71 25.32 -
YUV 92.78 151.26 64.67 -
System Red Green Blue C M Y K H S L
Decimal 4 130 134 0.97 0.03 0 0.47 181.85 0.94 0.27
Hex 4 82 86 61 3 0 2F B6 5E 1B
Octal 4 202 206 141 3 0 57 266 136 33
Binary 100 10000010 10000110 1100001 11 0 101111 10110110 1011110 11011

Color Harmonies of #048286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048286

Black with #048286

Text Example


Text Example

White with #048286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048286; }

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

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

background-color css

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

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

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

border-color css

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

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

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