Html Css Color HEX #04757F Teal

📋 copy color: '#04757F'

red 4 ◦ green 117 ◦ blue 127

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

Shades of Teal #04757F

Tints of Teal #04757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.18%

 BLUE value IS 127 (50% from 255) = 51.21%

R = 1.61%
G = 47.18%
B = 51.21%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#04757F (or 0x04757F) is known color: Teal. HEX triplet: 04, 75 and 7F. RGB value is (4,117,127). Sum of RGB (Red+Green+Blue) = 4+117+127=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #04757F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04757F is #FB8A80. Grayscale: #545454. Windows color (decimal): -16484993 or 8353028. OLE color: 8353028.

HSL color Cylindrical-coordinate representation of color #04757F: hue angle of 184.88º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04757F is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 117 127 -
CMYK 0.97 0.08 0 0.50
HSL 184.88º 0.94% 0.26% -
HSV(B) 184.88º 0.97% 0.5% -
XYZ 10.24 14.28 22.3 -
YUV 84.35 152.06 70.69 -
System Red Green Blue C M Y K H S L
Decimal 4 117 127 0.97 0.08 0 0.50 184.88 0.94 0.26
Hex 4 75 7F 61 8 0 32 B9 5E 1A
Octal 4 165 177 141 10 0 62 271 136 32
Binary 100 1110101 1111111 1100001 1000 0 110010 10111001 1011110 11010

Color Harmonies of #04757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04757F

Black with #04757F

Text Example


Text Example

White with #04757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04757F; }

 p { color: rgb(4,117,127); }

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

background-color css

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

 a { background-color: rgb(4,117,127); }

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

border-color css

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

 span { border-color: rgb(4,117,127); }

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