Html Css Color HEX #048189 Teal

📋 copy color: '#048189'

red 4 ◦ green 129 ◦ blue 137

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

Shades of Teal #048189

Tints of Teal #048189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.78%

 BLUE value IS 137 (53.91% from 255) = 50.74%

R = 1.48%
G = 47.78%
B = 50.74%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#048189 (or 0x048189) is known color: Teal. HEX triplet: 04, 81 and 89. RGB value is (4,129,137). Sum of RGB (Red+Green+Blue) = 4+129+137=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #048189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048189 is #FB7E76. Grayscale: #5C5C5C. Windows color (decimal): -16481911 or 9011460. OLE color: 9011460.

HSL color Cylindrical-coordinate representation of color #048189: hue angle of 183.61º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048189 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 129 137 -
CMYK 0.97 0.06 0 0.46
HSL 183.61º 0.94% 0.28% -
HSV(B) 183.61º 0.97% 0.54% -
XYZ 12.42 17.53 26.4 -
YUV 92.54 153.09 64.85 -
System Red Green Blue C M Y K H S L
Decimal 4 129 137 0.97 0.06 0 0.46 183.61 0.94 0.28
Hex 4 81 89 61 6 0 2E B8 5E 1C
Octal 4 201 211 141 6 0 56 270 136 34
Binary 100 10000001 10001001 1100001 110 0 101110 10111000 1011110 11100

Color Harmonies of #048189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048189

Black with #048189

Text Example


Text Example

White with #048189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048189; }

 p { color: rgb(4,129,137); }

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

background-color css

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

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

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

border-color css

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

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

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