Html Css Color HEX #048880 Teal

📋 copy color: '#048880'

red 4 ◦ green 136 ◦ blue 128

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

Shades of Teal #048880

Tints of Teal #048880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.75%

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

R = 1.49%
G = 50.75%
B = 47.76%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#048880 (or 0x048880) is known color: Teal. HEX triplet: 04, 88 and 80. RGB value is (4,136,128). Sum of RGB (Red+Green+Blue) = 4+136+128=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #048880 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048880 is #FB777F. Grayscale: #5F5F5F. Windows color (decimal): -16480128 or 8423428. OLE color: 8423428.

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

Color convert

RGB 4 136 128 -
CMYK 0.97 0 0.06 0.47
HSL 176.36º 0.94% 0.27% -
HSV(B) 176.36º 0.97% 0.53% -
XYZ 12.75 19.19 23.45 -
YUV 95.62 146.27 62.65 -
System Red Green Blue C M Y K H S L
Decimal 4 136 128 0.97 0 0.06 0.47 176.36 0.94 0.27
Hex 4 88 80 61 0 6 2F B0 5E 1B
Octal 4 210 200 141 0 6 57 260 136 33
Binary 100 10001000 10000000 1100001 0 110 101111 10110000 1011110 11011

Color Harmonies of #048880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048880

Black with #048880

Text Example


Text Example

White with #048880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048880; }

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

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

background-color css

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

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

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

border-color css

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

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

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