Html Css Color HEX #04887A Teal

📋 copy color: '#04887A'

red 4 ◦ green 136 ◦ blue 122

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

Shades of Teal #04887A

Tints of Teal #04887A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 51.91%

 BLUE value IS 122 (48.05% from 255) = 46.56%

R = 1.53%
G = 51.91%
B = 46.56%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#04887A (or 0x04887A) is known color: Teal. HEX triplet: 04, 88 and 7A. RGB value is (4,136,122). Sum of RGB (Red+Green+Blue) = 4+136+122=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 136 (53.52% from 255 or 51.91% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 136 - color contains mainly: green. Hex color #04887A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04887A is #FB7785. Grayscale: #5E5E5E. Windows color (decimal): -16480134 or 8030212. OLE color: 8030212.

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

Color convert

RGB 4 136 122 -
CMYK 0.97 0 0.10 0.47
HSL 173.64º 0.94% 0.27% -
HSV(B) 173.64º 0.97% 0.53% -
XYZ 12.37 19.04 21.44 -
YUV 94.94 143.27 63.14 -
System Red Green Blue C M Y K H S L
Decimal 4 136 122 0.97 0 0.10 0.47 173.64 0.94 0.27
Hex 4 88 7A 61 0 A 2F AE 5E 1B
Octal 4 210 172 141 0 12 57 256 136 33
Binary 100 10001000 1111010 1100001 0 1010 101111 10101110 1011110 11011

Color Harmonies of #04887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04887A

Black with #04887A

Text Example


Text Example

White with #04887A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04887A; }

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

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

background-color css

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

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

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

border-color css

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

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

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