Html Css Color HEX #048585 Teal

📋 copy color: '#048585'

red 4 ◦ green 133 ◦ blue 133

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

Shades of Teal #048585

Tints of Teal #048585

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.26%

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

R = 1.48%
G = 49.26%
B = 49.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#048585 (or 0x048585) is known color: Teal. HEX triplet: 04, 85 and 85. RGB value is (4,133,133). Sum of RGB (Red+Green+Blue) = 4+133+133=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #048585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048585 is #FB7A7A. Grayscale: #5E5E5E. Windows color (decimal): -16480891 or 8750340. OLE color: 8750340.

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

Color convert

RGB 4 133 133 -
CMYK 0.97 0 0 0.48
HSL 180º 0.94% 0.27% -
HSV(B) 180º 0.97% 0.52% -
XYZ 12.67 18.49 25.09 -
YUV 94.43 149.76 63.5 -
System Red Green Blue C M Y K H S L
Decimal 4 133 133 0.97 0 0 0.48 180 0.94 0.27
Hex 4 85 85 61 0 0 30 B4 5E 1B
Octal 4 205 205 141 0 0 60 264 136 33
Binary 100 10000101 10000101 1100001 0 0 110000 10110100 1011110 11011

Color Harmonies of #048585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048585

Black with #048585

Text Example


Text Example

White with #048585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048585; }

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

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

background-color css

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

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

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

border-color css

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

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

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