Html Css Color HEX #04817C Teal

📋 copy color: '#04817C'

red 4 ◦ green 129 ◦ blue 124

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

Shades of Teal #04817C

Tints of Teal #04817C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 48.25%

R = 1.56%
G = 50.19%
B = 48.25%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#04817C (or 0x04817C) is known color: Teal. HEX triplet: 04, 81 and 7C. RGB value is (4,129,124). Sum of RGB (Red+Green+Blue) = 4+129+124=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #04817C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04817C is #FB7E83. Grayscale: #5A5A5A. Windows color (decimal): -16481924 or 8159492. OLE color: 8159492.

HSL color Cylindrical-coordinate representation of color #04817C: hue angle of 177.6º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04817C is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 129 124 -
CMYK 0.97 0 0.04 0.49
HSL 177.6º 0.94% 0.26% -
HSV(B) 177.6º 0.97% 0.51% -
XYZ 11.54 17.18 21.78 -
YUV 91.06 146.59 65.91 -
System Red Green Blue C M Y K H S L
Decimal 4 129 124 0.97 0 0.04 0.49 177.6 0.94 0.26
Hex 4 81 7C 61 0 4 31 B2 5E 1A
Octal 4 201 174 141 0 4 61 262 136 32
Binary 100 10000001 1111100 1100001 0 100 110001 10110010 1011110 11010

Color Harmonies of #04817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04817C

Black with #04817C

Text Example


Text Example

White with #04817C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04817C; }

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

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

background-color css

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

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

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

border-color css

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

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

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