Html Css Color HEX #00768B Teal

📋 copy color: '#00768B'

red 0 ◦ green 118 ◦ blue 139

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

Shades of Teal #00768B

Tints of Teal #00768B

RGB

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

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

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

R = 0%
G = 45.91%
B = 54.09%

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

#00768B (or 0x00768B) is known color: Teal. HEX triplet: 00, 76 and 8B. RGB value is (0,118,139). Sum of RGB (Red+Green+Blue) = 0+118+139=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #00768B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00768B is #FF8974. Grayscale: #545454. Windows color (decimal): -16746869 or 9139712. OLE color: 9139712.

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

Color convert

RGB 0 118 139 -
CMYK 1 0.15 0 0.45
HSL 189.06º 1% 0.27% -
HSV(B) 189.06º 1% 0.55% -
XYZ 11.14 14.82 26.7 -
YUV 85.11 158.41 67.29 -
System Red Green Blue C M Y K H S L
Decimal 0 118 139 1 0.15 0 0.45 189.06 1 0.27
Hex 0 76 8B 64 F 0 2D BD 64 1B
Octal 0 166 213 144 17 0 55 275 144 33
Binary 0 1110110 10001011 1100100 1111 0 101101 10111101 1100100 11011

Color Harmonies of #00768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00768B

Black with #00768B

Text Example


Text Example

White with #00768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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