Html Css Color HEX #04817D Teal

📋 copy color: '#04817D'

red 4 ◦ green 129 ◦ blue 125

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

Shades of Teal #04817D

Tints of Teal #04817D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 48.45%

R = 1.55%
G = 50%
B = 48.45%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#04817D (or 0x04817D) is known color: Teal. HEX triplet: 04, 81 and 7D. RGB value is (4,129,125). Sum of RGB (Red+Green+Blue) = 4+129+125=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 129 (50.78% from 255 or 50% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 129 - color contains mainly: green. Hex color #04817D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04817D is #FB7E82. Grayscale: #5B5B5B. Windows color (decimal): -16481923 or 8225028. OLE color: 8225028.

HSL color Cylindrical-coordinate representation of color #04817D: hue angle of 178.08º 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 #04817D is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 129 125 -
CMYK 0.97 0 0.03 0.49
HSL 178.08º 0.94% 0.26% -
HSV(B) 178.08º 0.97% 0.51% -
XYZ 11.6 17.21 22.11 -
YUV 91.17 147.09 65.83 -
System Red Green Blue C M Y K H S L
Decimal 4 129 125 0.97 0 0.03 0.49 178.08 0.94 0.26
Hex 4 81 7D 61 0 3 31 B2 5E 1A
Octal 4 201 175 141 0 3 61 262 136 32
Binary 100 10000001 1111101 1100001 0 11 110001 10110010 1011110 11010

Color Harmonies of #04817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04817D

Black with #04817D

Text Example


Text Example

White with #04817D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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