Html Css Color HEX #048385 Teal

📋 copy color: '#048385'

red 4 ◦ green 131 ◦ blue 133

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

Shades of Teal #048385

Tints of Teal #048385

RGB

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

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

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

R = 1.49%
G = 48.88%
B = 49.63%

CMYK

 C value IS 0.97

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#048385 (or 0x048385) is known color: Teal. HEX triplet: 04, 83 and 85. RGB value is (4,131,133). Sum of RGB (Red+Green+Blue) = 4+131+133=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #048385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048385 is #FB7C7A. Grayscale: #5D5D5D. Windows color (decimal): -16481403 or 8749828. OLE color: 8749828.

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

Color convert

RGB 4 131 133 -
CMYK 0.97 0.02 0 0.48
HSL 180.93º 0.94% 0.27% -
HSV(B) 180.93º 0.97% 0.52% -
XYZ 12.4 17.95 25 -
YUV 93.26 150.42 64.34 -
System Red Green Blue C M Y K H S L
Decimal 4 131 133 0.97 0.02 0 0.48 180.93 0.94 0.27
Hex 4 83 85 61 2 0 30 B5 5E 1B
Octal 4 203 205 141 2 0 60 265 136 33
Binary 100 10000011 10000101 1100001 10 0 110000 10110101 1011110 11011

Color Harmonies of #048385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048385

Black with #048385

Text Example


Text Example

White with #048385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048385; }

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

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

background-color css

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

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

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

border-color css

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

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

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