Html Css Color HEX #048380 Teal

📋 copy color: '#048380'

red 4 ◦ green 131 ◦ blue 128

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

Shades of Teal #048380

Tints of Teal #048380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.81%

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

R = 1.52%
G = 49.81%
B = 48.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#048380 (or 0x048380) is known color: Teal. HEX triplet: 04, 83 and 80. RGB value is (4,131,128). Sum of RGB (Red+Green+Blue) = 4+131+128=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 131 (51.56% from 255 or 49.81% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 131 - color contains mainly: green. Hex color #048380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048380 is #FB7C7F. Grayscale: #5C5C5C. Windows color (decimal): -16481408 or 8422148. OLE color: 8422148.

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

Color convert

RGB 4 131 128 -
CMYK 0.97 0 0.02 0.49
HSL 178.58º 0.94% 0.26% -
HSV(B) 178.58º 0.97% 0.51% -
XYZ 12.06 17.82 23.23 -
YUV 92.69 147.92 64.74 -
System Red Green Blue C M Y K H S L
Decimal 4 131 128 0.97 0 0.02 0.49 178.58 0.94 0.26
Hex 4 83 80 61 0 2 31 B3 5E 1A
Octal 4 203 200 141 0 2 61 263 136 32
Binary 100 10000011 10000000 1100001 0 10 110001 10110011 1011110 11010

Color Harmonies of #048380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048380

Black with #048380

Text Example


Text Example

White with #048380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048380; }

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

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

background-color css

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

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

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

border-color css

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

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

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