Html Css Color HEX #06767F Teal

📋 copy color: '#06767F'

red 6 ◦ green 118 ◦ blue 127

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

Shades of Teal #06767F

Tints of Teal #06767F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 50.6%

R = 2.39%
G = 47.01%
B = 50.6%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#06767F (or 0x06767F) is known color: Teal. HEX triplet: 06, 76 and 7F. RGB value is (6,118,127). Sum of RGB (Red+Green+Blue) = 6+118+127=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #06767F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06767F is #F98980. Grayscale: #555555. Windows color (decimal): -16353665 or 8353286. OLE color: 8353286.

HSL color Cylindrical-coordinate representation of color #06767F: hue angle of 184.46º 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 #06767F is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 118 127 -
CMYK 0.95 0.07 0 0.50
HSL 184.46º 0.91% 0.26% -
HSV(B) 184.46º 0.95% 0.5% -
XYZ 10.38 14.53 22.34 -
YUV 85.54 151.39 71.27 -
System Red Green Blue C M Y K H S L
Decimal 6 118 127 0.95 0.07 0 0.50 184.46 0.91 0.26
Hex 6 76 7F 5F 7 0 32 B8 5B 1A
Octal 6 166 177 137 7 0 62 270 133 32
Binary 110 1110110 1111111 1011111 111 0 110010 10111000 1011011 11010

Color Harmonies of #06767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06767F

Black with #06767F

Text Example


Text Example

White with #06767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06767F; }

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

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

background-color css

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

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

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

border-color css

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

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

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