Html Css Color HEX #06877B Teal

📋 copy color: '#06877B'

red 6 ◦ green 135 ◦ blue 123

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

Shades of Teal #06877B

Tints of Teal #06877B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 46.59%

R = 2.27%
G = 51.14%
B = 46.59%

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

#06877B (or 0x06877B) is known color: Teal. HEX triplet: 06, 87 and 7B. RGB value is (6,135,123). Sum of RGB (Red+Green+Blue) = 6+135+123=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #06877B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06877B is #F97884. Grayscale: #5E5E5E. Windows color (decimal): -16349317 or 8095494. OLE color: 8095494.

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

Color convert

RGB 6 135 123 -
CMYK 0.96 0 0.09 0.47
HSL 174.42º 0.91% 0.28% -
HSV(B) 174.42º 0.96% 0.53% -
XYZ 12.31 18.8 21.72 -
YUV 95.06 143.76 64.48 -
System Red Green Blue C M Y K H S L
Decimal 6 135 123 0.96 0 0.09 0.47 174.42 0.91 0.28
Hex 6 87 7B 60 0 9 2F AE 5B 1C
Octal 6 207 173 140 0 11 57 256 133 34
Binary 110 10000111 1111011 1100000 0 1001 101111 10101110 1011011 11100

Color Harmonies of #06877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06877B

Black with #06877B

Text Example


Text Example

White with #06877B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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