Html Css Color HEX #04768C Teal

📋 copy color: '#04768C'

red 4 ◦ green 118 ◦ blue 140

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

Shades of Teal #04768C

Tints of Teal #04768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.04%

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

R = 1.53%
G = 45.04%
B = 53.44%

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

#04768C (or 0x04768C) is known color: Teal. HEX triplet: 04, 76 and 8C. RGB value is (4,118,140). Sum of RGB (Red+Green+Blue) = 4+118+140=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #04768C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04768C is #FB8973. Grayscale: #565656. Windows color (decimal): -16484724 or 9205252. OLE color: 9205252.

HSL color Cylindrical-coordinate representation of color #04768C: hue angle of 189.71º 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 #04768C is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 118 140 -
CMYK 0.97 0.16 0 0.45
HSL 189.71º 0.94% 0.28% -
HSV(B) 189.71º 0.97% 0.55% -
XYZ 11.26 14.88 27.09 -
YUV 86.42 158.23 69.21 -
System Red Green Blue C M Y K H S L
Decimal 4 118 140 0.97 0.16 0 0.45 189.71 0.94 0.28
Hex 4 76 8C 61 10 0 2D BE 5E 1C
Octal 4 166 214 141 20 0 55 276 136 34
Binary 100 1110110 10001100 1100001 10000 0 101101 10111110 1011110 11100

Color Harmonies of #04768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04768C

Black with #04768C

Text Example


Text Example

White with #04768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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