Html Css Color HEX #06867D Teal

📋 copy color: '#06867D'

red 6 ◦ green 134 ◦ blue 125

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

Shades of Teal #06867D

Tints of Teal #06867D

RGB

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

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

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

R = 2.26%
G = 50.57%
B = 47.17%

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

#06867D (or 0x06867D) is known color: Teal. HEX triplet: 06, 86 and 7D. RGB value is (6,134,125). Sum of RGB (Red+Green+Blue) = 6+134+125=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #06867D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06867D is #F97982. Grayscale: #5E5E5E. Windows color (decimal): -16349571 or 8226310. OLE color: 8226310.

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

Color convert

RGB 6 134 125 -
CMYK 0.96 0 0.07 0.47
HSL 175.78º 0.91% 0.27% -
HSV(B) 175.78º 0.96% 0.53% -
XYZ 12.3 18.57 22.34 -
YUV 94.7 145.09 64.73 -
System Red Green Blue C M Y K H S L
Decimal 6 134 125 0.96 0 0.07 0.47 175.78 0.91 0.27
Hex 6 86 7D 60 0 7 2F B0 5B 1B
Octal 6 206 175 140 0 7 57 260 133 33
Binary 110 10000110 1111101 1100000 0 111 101111 10110000 1011011 11011

Color Harmonies of #06867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06867D

Black with #06867D

Text Example


Text Example

White with #06867D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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