Html Css Color HEX #048288 Teal

📋 copy color: '#048288'

red 4 ◦ green 130 ◦ blue 136

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

Shades of Teal #048288

Tints of Teal #048288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.15%

 BLUE value IS 136 (53.52% from 255) = 50.37%

R = 1.48%
G = 48.15%
B = 50.37%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#048288 (or 0x048288) is known color: Teal. HEX triplet: 04, 82 and 88. RGB value is (4,130,136). Sum of RGB (Red+Green+Blue) = 4+130+136=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 136 (53.52% from 255 or 50.37% from 270); Max value from RGB is 136 - color contains mainly: blue. Hex color #048288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048288 is #FB7D77. Grayscale: #5C5C5C. Windows color (decimal): -16481656 or 8946180. OLE color: 8946180.

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

Color convert

RGB 4 130 136 -
CMYK 0.97 0.04 0 0.47
HSL 182.73º 0.94% 0.27% -
HSV(B) 182.73º 0.97% 0.53% -
XYZ 12.48 17.77 26.06 -
YUV 93.01 152.26 64.51 -
System Red Green Blue C M Y K H S L
Decimal 4 130 136 0.97 0.04 0 0.47 182.73 0.94 0.27
Hex 4 82 88 61 4 0 2F B7 5E 1B
Octal 4 202 210 141 4 0 57 267 136 33
Binary 100 10000010 10001000 1100001 100 0 101111 10110111 1011110 11011

Color Harmonies of #048288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048288

Black with #048288

Text Example


Text Example

White with #048288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048288; }

 p { color: rgb(4,130,136); }

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

background-color css

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

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

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

border-color css

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

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

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