Html Css Color HEX #048085 Teal

📋 copy color: '#048085'

red 4 ◦ green 128 ◦ blue 133

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

Shades of Teal #048085

Tints of Teal #048085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.3%

 BLUE value IS 133 (52.34% from 255) = 50.19%

R = 1.51%
G = 48.3%
B = 50.19%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#048085 (or 0x048085) is known color: Teal. HEX triplet: 04, 80 and 85. RGB value is (4,128,133). Sum of RGB (Red+Green+Blue) = 4+128+133=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #048085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048085 is #FB7F7A. Grayscale: #5B5B5B. Windows color (decimal): -16482171 or 8749060. OLE color: 8749060.

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

Color convert

RGB 4 128 133 -
CMYK 0.97 0.04 0 0.48
HSL 182.33º 0.94% 0.27% -
HSV(B) 182.33º 0.97% 0.52% -
XYZ 12 17.16 24.87 -
YUV 91.49 151.42 65.59 -
System Red Green Blue C M Y K H S L
Decimal 4 128 133 0.97 0.04 0 0.48 182.33 0.94 0.27
Hex 4 80 85 61 4 0 30 B6 5E 1B
Octal 4 200 205 141 4 0 60 266 136 33
Binary 100 10000000 10000101 1100001 100 0 110000 10110110 1011110 11011

Color Harmonies of #048085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048085

Black with #048085

Text Example


Text Example

White with #048085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048085; }

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

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

background-color css

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

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

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

border-color css

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

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

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