Html Css Color HEX #067786 Teal

📋 copy color: '#067786'

red 6 ◦ green 119 ◦ blue 134

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

Shades of Teal #067786

Tints of Teal #067786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 51.74%

R = 2.32%
G = 45.95%
B = 51.74%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#067786 (or 0x067786) is known color: Teal. HEX triplet: 06, 77 and 86. RGB value is (6,119,134). Sum of RGB (Red+Green+Blue) = 6+119+134=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 134 (52.73% from 255 or 51.74% from 259); Max value from RGB is 134 - color contains mainly: blue. Hex color #067786 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067786 is #F98879. Grayscale: #565656. Windows color (decimal): -16353402 or 8812294. OLE color: 8812294.

HSL color Cylindrical-coordinate representation of color #067786: hue angle of 187.03º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067786 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 119 134 -
CMYK 0.96 0.11 0 0.47
HSL 187.03º 0.91% 0.27% -
HSV(B) 187.03º 0.96% 0.53% -
XYZ 10.98 14.95 24.86 -
YUV 86.92 154.56 70.28 -
System Red Green Blue C M Y K H S L
Decimal 6 119 134 0.96 0.11 0 0.47 187.03 0.91 0.27
Hex 6 77 86 60 B 0 2F BB 5B 1B
Octal 6 167 206 140 13 0 57 273 133 33
Binary 110 1110111 10000110 1100000 1011 0 101111 10111011 1011011 11011

Color Harmonies of #067786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067786

Black with #067786

Text Example


Text Example

White with #067786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067786; }

 p { color: rgb(6,119,134); }

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

background-color css

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

 a { background-color: rgb(6,119,134); }

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

border-color css

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

 span { border-color: rgb(6,119,134); }

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