Html Css Color HEX #04758C Teal

📋 copy color: '#04758C'

red 4 ◦ green 117 ◦ blue 140

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

Shades of Teal #04758C

Tints of Teal #04758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 53.64%

R = 1.53%
G = 44.83%
B = 53.64%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04758C (or 0x04758C) is known color: Teal. HEX triplet: 04, 75 and 8C. RGB value is (4,117,140). Sum of RGB (Red+Green+Blue) = 4+117+140=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #04758C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04758C is #FB8A73. Grayscale: #555555. Windows color (decimal): -16484980 or 9204996. OLE color: 9204996.

HSL color Cylindrical-coordinate representation of color #04758C: hue angle of 190.15º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04758C is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 117 140 -
CMYK 0.97 0.16 0 0.45
HSL 190.15º 0.94% 0.28% -
HSV(B) 190.15º 0.97% 0.55% -
XYZ 11.14 14.64 27.05 -
YUV 85.84 158.56 69.63 -
System Red Green Blue C M Y K H S L
Decimal 4 117 140 0.97 0.16 0 0.45 190.15 0.94 0.28
Hex 4 75 8C 61 10 0 2D BE 5E 1C
Octal 4 165 214 141 20 0 55 276 136 34
Binary 100 1110101 10001100 1100001 10000 0 101101 10111110 1011110 11100

Color Harmonies of #04758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04758C

Black with #04758C

Text Example


Text Example

White with #04758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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