Html Css Color HEX #048384 Teal

📋 copy color: '#048384'

red 4 ◦ green 131 ◦ blue 132

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

Shades of Teal #048384

Tints of Teal #048384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 49.44%

R = 1.5%
G = 49.06%
B = 49.44%

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#048384 (or 0x048384) is known color: Teal. HEX triplet: 04, 83 and 84. RGB value is (4,131,132). Sum of RGB (Red+Green+Blue) = 4+131+132=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: blue. Hex color #048384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048384 is #FB7C7B. Grayscale: #5D5D5D. Windows color (decimal): -16481404 or 8684292. OLE color: 8684292.

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

Color convert

RGB 4 131 132 -
CMYK 0.97 0.01 0 0.48
HSL 180.47º 0.94% 0.27% -
HSV(B) 180.47º 0.97% 0.52% -
XYZ 12.33 17.92 24.64 -
YUV 93.14 149.92 64.42 -
System Red Green Blue C M Y K H S L
Decimal 4 131 132 0.97 0.01 0 0.48 180.47 0.94 0.27
Hex 4 83 84 61 1 0 30 B4 5E 1B
Octal 4 203 204 141 1 0 60 264 136 33
Binary 100 10000011 10000100 1100001 1 0 110000 10110100 1011110 11011

Color Harmonies of #048384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048384

Black with #048384

Text Example


Text Example

White with #048384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048384; }

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

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

background-color css

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

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

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

border-color css

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

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

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