Html Css Color HEX #048683 Teal

📋 copy color: '#048683'

red 4 ◦ green 134 ◦ blue 131

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

Shades of Teal #048683

Tints of Teal #048683

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.81%

 BLUE value IS 131 (51.56% from 255) = 48.7%

R = 1.49%
G = 49.81%
B = 48.7%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#048683 (or 0x048683) is known color: Teal. HEX triplet: 04, 86 and 83. RGB value is (4,134,131). Sum of RGB (Red+Green+Blue) = 4+134+131=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #048683 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048683 is #FB797C. Grayscale: #5E5E5E. Windows color (decimal): -16480637 or 8619524. OLE color: 8619524.

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

Color convert

RGB 4 134 131 -
CMYK 0.97 0 0.02 0.47
HSL 178.62º 0.94% 0.27% -
HSV(B) 178.62º 0.97% 0.53% -
XYZ 12.67 18.71 24.42 -
YUV 94.79 148.43 63.24 -
System Red Green Blue C M Y K H S L
Decimal 4 134 131 0.97 0 0.02 0.47 178.62 0.94 0.27
Hex 4 86 83 61 0 2 2F B3 5E 1B
Octal 4 206 203 141 0 2 57 263 136 33
Binary 100 10000110 10000011 1100001 0 10 101111 10110011 1011110 11011

Color Harmonies of #048683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048683

Black with #048683

Text Example


Text Example

White with #048683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048683; }

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

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

background-color css

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

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

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

border-color css

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

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

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