Html Css Color HEX #048188 Teal

📋 copy color: '#048188'

red 4 ◦ green 129 ◦ blue 136

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

Shades of Teal #048188

Tints of Teal #048188

RGB

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

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

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

R = 1.49%
G = 47.96%
B = 50.56%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#048188 (or 0x048188) is known color: Teal. HEX triplet: 04, 81 and 88. RGB value is (4,129,136). Sum of RGB (Red+Green+Blue) = 4+129+136=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #048188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048188 is #FB7E77. Grayscale: #5C5C5C. Windows color (decimal): -16481912 or 8945924. OLE color: 8945924.

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

Color convert

RGB 4 129 136 -
CMYK 0.97 0.05 0 0.47
HSL 183.18º 0.94% 0.27% -
HSV(B) 183.18º 0.97% 0.53% -
XYZ 12.34 17.5 26.02 -
YUV 92.42 152.59 64.93 -
System Red Green Blue C M Y K H S L
Decimal 4 129 136 0.97 0.05 0 0.47 183.18 0.94 0.27
Hex 4 81 88 61 5 0 2F B7 5E 1B
Octal 4 201 210 141 5 0 57 267 136 33
Binary 100 10000001 10001000 1100001 101 0 101111 10110111 1011110 11011

Color Harmonies of #048188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048188

Black with #048188

Text Example


Text Example

White with #048188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048188; }

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

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

background-color css

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

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

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

border-color css

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

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

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