Html Css Color HEX #067686 Teal

📋 copy color: '#067686'

red 6 ◦ green 118 ◦ blue 134

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

Shades of Teal #067686

Tints of Teal #067686

RGB

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

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

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

R = 2.33%
G = 45.74%
B = 51.94%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#067686 (or 0x067686) is known color: Teal. HEX triplet: 06, 76 and 86. RGB value is (6,118,134). Sum of RGB (Red+Green+Blue) = 6+118+134=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 134 (52.73% from 255 or 51.94% from 258); Max value from RGB is 134 - color contains mainly: blue. Hex color #067686 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067686 is #F98979. Grayscale: #565656. Windows color (decimal): -16353658 or 8812038. OLE color: 8812038.

HSL color Cylindrical-coordinate representation of color #067686: hue angle of 187.5º 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 #067686 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 118 134 -
CMYK 0.96 0.12 0 0.47
HSL 187.5º 0.91% 0.27% -
HSV(B) 187.5º 0.96% 0.53% -
XYZ 10.86 14.72 24.82 -
YUV 86.34 154.89 70.7 -
System Red Green Blue C M Y K H S L
Decimal 6 118 134 0.96 0.12 0 0.47 187.5 0.91 0.27
Hex 6 76 86 60 C 0 2F BC 5B 1B
Octal 6 166 206 140 14 0 57 274 133 33
Binary 110 1110110 10000110 1100000 1100 0 101111 10111100 1011011 11011

Color Harmonies of #067686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067686

Black with #067686

Text Example


Text Example

White with #067686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067686; }

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

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

background-color css

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

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

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

border-color css

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

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

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