Html Css Color HEX #06877D Teal

📋 copy color: '#06877D'

red 6 ◦ green 135 ◦ blue 125

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

Shades of Teal #06877D

Tints of Teal #06877D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 46.99%

R = 2.26%
G = 50.75%
B = 46.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#06877D (or 0x06877D) is known color: Teal. HEX triplet: 06, 87 and 7D. RGB value is (6,135,125). Sum of RGB (Red+Green+Blue) = 6+135+125=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 135 (53.12% from 255 or 50.75% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 135 - color contains mainly: green. Hex color #06877D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06877D is #F97882. Grayscale: #5F5F5F. Windows color (decimal): -16349315 or 8226566. OLE color: 8226566.

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

Color convert

RGB 6 135 125 -
CMYK 0.96 0 0.07 0.47
HSL 175.35º 0.91% 0.28% -
HSV(B) 175.35º 0.96% 0.53% -
XYZ 12.44 18.85 22.38 -
YUV 95.29 144.76 64.31 -
System Red Green Blue C M Y K H S L
Decimal 6 135 125 0.96 0 0.07 0.47 175.35 0.91 0.28
Hex 6 87 7D 60 0 7 2F AF 5B 1C
Octal 6 207 175 140 0 7 57 257 133 34
Binary 110 10000111 1111101 1100000 0 111 101111 10101111 1011011 11100

Color Harmonies of #06877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06877D

Black with #06877D

Text Example


Text Example

White with #06877D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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