Html Css Color HEX #06887F Teal

📋 copy color: '#06887F'

red 6 ◦ green 136 ◦ blue 127

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

Shades of Teal #06887F

Tints of Teal #06887F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.56%

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

R = 2.23%
G = 50.56%
B = 47.21%

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

#06887F (or 0x06887F) is known color: Teal. HEX triplet: 06, 88 and 7F. RGB value is (6,136,127). Sum of RGB (Red+Green+Blue) = 6+136+127=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 136 (53.52% from 255 or 50.56% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 136 - color contains mainly: green. Hex color #06887F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06887F is #F97780. Grayscale: #606060. Windows color (decimal): -16349057 or 8357894. OLE color: 8357894.

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

Color convert

RGB 6 136 127 -
CMYK 0.96 0 0.07 0.47
HSL 175.85º 0.92% 0.28% -
HSV(B) 175.85º 0.96% 0.53% -
XYZ 12.71 19.18 23.11 -
YUV 96.1 145.43 63.73 -
System Red Green Blue C M Y K H S L
Decimal 6 136 127 0.96 0 0.07 0.47 175.85 0.92 0.28
Hex 6 88 7F 60 0 7 2F B0 5C 1C
Octal 6 210 177 140 0 7 57 260 134 34
Binary 110 10001000 1111111 1100000 0 111 101111 10110000 1011100 11100

Color Harmonies of #06887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06887F

Black with #06887F

Text Example


Text Example

White with #06887F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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