Html Css Color HEX #067680 Teal

📋 copy color: '#067680'

red 6 ◦ green 118 ◦ blue 128

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

Shades of Teal #067680

Tints of Teal #067680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 50.79%

R = 2.38%
G = 46.83%
B = 50.79%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#067680 (or 0x067680) is known color: Teal. HEX triplet: 06, 76 and 80. RGB value is (6,118,128). Sum of RGB (Red+Green+Blue) = 6+118+128=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 128 (50.39% from 255 or 50.79% from 252); Max value from RGB is 128 - color contains mainly: blue. Hex color #067680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067680 is #F9897F. Grayscale: #555555. Windows color (decimal): -16353664 or 8418822. OLE color: 8418822.

HSL color Cylindrical-coordinate representation of color #067680: hue angle of 184.92º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067680 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 118 128 -
CMYK 0.95 0.08 0 0.50
HSL 184.92º 0.91% 0.26% -
HSV(B) 184.92º 0.95% 0.5% -
XYZ 10.45 14.55 22.68 -
YUV 85.65 151.89 71.19 -
System Red Green Blue C M Y K H S L
Decimal 6 118 128 0.95 0.08 0 0.50 184.92 0.91 0.26
Hex 6 76 80 5F 8 0 32 B9 5B 1A
Octal 6 166 200 137 10 0 62 271 133 32
Binary 110 1110110 10000000 1011111 1000 0 110010 10111001 1011011 11010

Color Harmonies of #067680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067680

Black with #067680

Text Example


Text Example

White with #067680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067680; }

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

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

background-color css

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

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

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

border-color css

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

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

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