Html Css Color HEX #06768C Teal

📋 copy color: '#06768C'

red 6 ◦ green 118 ◦ blue 140

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

Shades of Teal #06768C

Tints of Teal #06768C

RGB

 RED value IS 6 (2.73% from 255) = 2.27%

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

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

R = 2.27%
G = 44.7%
B = 53.03%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06768C (or 0x06768C) is known color: Teal. HEX triplet: 06, 76 and 8C. RGB value is (6,118,140). Sum of RGB (Red+Green+Blue) = 6+118+140=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #06768C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06768C is #F98973. Grayscale: #565656. Windows color (decimal): -16353652 or 9205254. OLE color: 9205254.

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

Color convert

RGB 6 118 140 -
CMYK 0.96 0.16 0 0.45
HSL 189.85º 0.92% 0.29% -
HSV(B) 189.85º 0.96% 0.55% -
XYZ 11.29 14.89 27.09 -
YUV 87.02 157.89 70.21 -
System Red Green Blue C M Y K H S L
Decimal 6 118 140 0.96 0.16 0 0.45 189.85 0.92 0.29
Hex 6 76 8C 60 10 0 2D BE 5C 1D
Octal 6 166 214 140 20 0 55 276 134 35
Binary 110 1110110 10001100 1100000 10000 0 101101 10111110 1011100 11101

Color Harmonies of #06768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06768C

Black with #06768C

Text Example


Text Example

White with #06768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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