Html Css Color HEX #06867A Teal

📋 copy color: '#06867A'

red 6 ◦ green 134 ◦ blue 122

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

Shades of Teal #06867A

Tints of Teal #06867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.15%

 BLUE value IS 122 (48.05% from 255) = 46.56%

R = 2.29%
G = 51.15%
B = 46.56%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#06867A (or 0x06867A) is known color: Teal. HEX triplet: 06, 86 and 7A. RGB value is (6,134,122). Sum of RGB (Red+Green+Blue) = 6+134+122=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #06867A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06867A is #F97985. Grayscale: #5E5E5E. Windows color (decimal): -16349574 or 8029702. OLE color: 8029702.

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

Color convert

RGB 6 134 122 -
CMYK 0.96 0 0.09 0.47
HSL 174.38º 0.91% 0.27% -
HSV(B) 174.38º 0.96% 0.53% -
XYZ 12.11 18.49 21.34 -
YUV 94.36 143.59 64.98 -
System Red Green Blue C M Y K H S L
Decimal 6 134 122 0.96 0 0.09 0.47 174.38 0.91 0.27
Hex 6 86 7A 60 0 9 2F AE 5B 1B
Octal 6 206 172 140 0 11 57 256 133 33
Binary 110 10000110 1111010 1100000 0 1001 101111 10101110 1011011 11011

Color Harmonies of #06867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06867A

Black with #06867A

Text Example


Text Example

White with #06867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06867A; }

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

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

background-color css

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

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

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

border-color css

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

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

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