Html Css Color HEX #04887B Teal

📋 copy color: '#04887B'

red 4 ◦ green 136 ◦ blue 123

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

Shades of Teal #04887B

Tints of Teal #04887B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 46.77%

R = 1.52%
G = 51.71%
B = 46.77%

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

#04887B (or 0x04887B) is known color: Teal. HEX triplet: 04, 88 and 7B. RGB value is (4,136,123). Sum of RGB (Red+Green+Blue) = 4+136+123=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 136 (53.52% from 255 or 51.71% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 136 - color contains mainly: green. Hex color #04887B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04887B is #FB7784. Grayscale: #5E5E5E. Windows color (decimal): -16480133 or 8095748. OLE color: 8095748.

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

Color convert

RGB 4 136 123 -
CMYK 0.97 0 0.10 0.47
HSL 174.09º 0.94% 0.27% -
HSV(B) 174.09º 0.97% 0.53% -
XYZ 12.43 19.06 21.76 -
YUV 95.05 143.77 63.06 -
System Red Green Blue C M Y K H S L
Decimal 4 136 123 0.97 0 0.10 0.47 174.09 0.94 0.27
Hex 4 88 7B 61 0 A 2F AE 5E 1B
Octal 4 210 173 141 0 12 57 256 136 33
Binary 100 10001000 1111011 1100001 0 1010 101111 10101110 1011110 11011

Color Harmonies of #04887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04887B

Black with #04887B

Text Example


Text Example

White with #04887B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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