Html Css Color HEX #06877A Teal

📋 copy color: '#06877A'

red 6 ◦ green 135 ◦ blue 122

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

Shades of Teal #06877A

Tints of Teal #06877A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.33%

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

R = 2.28%
G = 51.33%
B = 46.39%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#06877A (or 0x06877A) is known color: Teal. HEX triplet: 06, 87 and 7A. RGB value is (6,135,122). Sum of RGB (Red+Green+Blue) = 6+135+122=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 135 (53.12% from 255 or 51.33% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 135 - color contains mainly: green. Hex color #06877A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06877A is #F97885. Grayscale: #5E5E5E. Windows color (decimal): -16349318 or 8029958. OLE color: 8029958.

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

Color convert

RGB 6 135 122 -
CMYK 0.96 0 0.10 0.47
HSL 173.95º 0.91% 0.28% -
HSV(B) 173.95º 0.96% 0.53% -
XYZ 12.25 18.77 21.39 -
YUV 94.95 143.26 64.56 -
System Red Green Blue C M Y K H S L
Decimal 6 135 122 0.96 0 0.10 0.47 173.95 0.91 0.28
Hex 6 87 7A 60 0 A 2F AE 5B 1C
Octal 6 207 172 140 0 12 57 256 133 34
Binary 110 10000111 1111010 1100000 0 1010 101111 10101110 1011011 11100

Color Harmonies of #06877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06877A

Black with #06877A

Text Example


Text Example

White with #06877A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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