Html Css Color HEX #00778C Teal

📋 copy color: '#00778C'

red 0 ◦ green 119 ◦ blue 140

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

Shades of Teal #00778C

Tints of Teal #00778C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 119 (46.88% from 255) = 45.95%

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

R = 0%
G = 45.95%
B = 54.05%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00778C (or 0x00778C) is known color: Teal. HEX triplet: 00, 77 and 8C. RGB value is (0,119,140). Sum of RGB (Red+Green+Blue) = 0+119+140=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #00778C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00778C is #FF8873. Grayscale: #555555. Windows color (decimal): -16746612 or 9205504. OLE color: 9205504.

HSL color Cylindrical-coordinate representation of color #00778C: hue angle of 189º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00778C is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 119 140 -
CMYK 1 0.15 0 0.45
HSL 189º 1% 0.27% -
HSV(B) 189º 1% 0.55% -
XYZ 11.33 15.09 27.13 -
YUV 85.81 158.58 66.79 -
System Red Green Blue C M Y K H S L
Decimal 0 119 140 1 0.15 0 0.45 189 1 0.27
Hex 0 77 8C 64 F 0 2D BD 64 1B
Octal 0 167 214 144 17 0 55 275 144 33
Binary 0 1110111 10001100 1100100 1111 0 101101 10111101 1100100 11011

Color Harmonies of #00778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00778C

Black with #00778C

Text Example


Text Example

White with #00778C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,119,140); }

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

background-color css

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

 a { background-color: rgb(0,119,140); }

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

border-color css

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

 span { border-color: rgb(0,119,140); }

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