Html Css Color HEX #06768D Teal

📋 copy color: '#06768D'

red 6 ◦ green 118 ◦ blue 141

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

Shades of Teal #06768D

Tints of Teal #06768D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.21%

R = 2.26%
G = 44.53%
B = 53.21%

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

#06768D (or 0x06768D) is known color: Teal. HEX triplet: 06, 76 and 8D. RGB value is (6,118,141). Sum of RGB (Red+Green+Blue) = 6+118+141=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #06768D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06768D is #F98972. Grayscale: #565656. Windows color (decimal): -16353651 or 9270790. OLE color: 9270790.

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

Color convert

RGB 6 118 141 -
CMYK 0.96 0.16 0 0.45
HSL 190.22º 0.92% 0.29% -
HSV(B) 190.22º 0.96% 0.55% -
XYZ 11.36 14.92 27.48 -
YUV 87.13 158.39 70.13 -
System Red Green Blue C M Y K H S L
Decimal 6 118 141 0.96 0.16 0 0.45 190.22 0.92 0.29
Hex 6 76 8D 60 10 0 2D BE 5C 1D
Octal 6 166 215 140 20 0 55 276 134 35
Binary 110 1110110 10001101 1100000 10000 0 101101 10111110 1011100 11101

Color Harmonies of #06768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06768D

Black with #06768D

Text Example


Text Example

White with #06768D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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