Html Css Color HEX #04768B Teal

📋 copy color: '#04768B'

red 4 ◦ green 118 ◦ blue 139

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

Shades of Teal #04768B

Tints of Teal #04768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.26%

R = 1.53%
G = 45.21%
B = 53.26%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04768B (or 0x04768B) is known color: Teal. HEX triplet: 04, 76 and 8B. RGB value is (4,118,139). Sum of RGB (Red+Green+Blue) = 4+118+139=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #04768B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04768B is #FB8974. Grayscale: #565656. Windows color (decimal): -16484725 or 9139716. OLE color: 9139716.

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

Color convert

RGB 4 118 139 -
CMYK 0.97 0.15 0 0.45
HSL 189.33º 0.94% 0.28% -
HSV(B) 189.33º 0.97% 0.55% -
XYZ 11.19 14.85 26.7 -
YUV 86.31 157.73 69.29 -
System Red Green Blue C M Y K H S L
Decimal 4 118 139 0.97 0.15 0 0.45 189.33 0.94 0.28
Hex 4 76 8B 61 F 0 2D BD 5E 1C
Octal 4 166 213 141 17 0 55 275 136 34
Binary 100 1110110 10001011 1100001 1111 0 101101 10111101 1011110 11100

Color Harmonies of #04768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04768B

Black with #04768B

Text Example


Text Example

White with #04768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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