Html Css Color HEX #06728D Teal

📋 copy color: '#06728D'

red 6 ◦ green 114 ◦ blue 141

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

Shades of Teal #06728D

Tints of Teal #06728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.68%

 BLUE value IS 141 (55.47% from 255) = 54.02%

R = 2.3%
G = 43.68%
B = 54.02%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06728D (or 0x06728D) is known color: Teal. HEX triplet: 06, 72 and 8D. RGB value is (6,114,141). Sum of RGB (Red+Green+Blue) = 6+114+141=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #06728D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06728D is #F98D72. Grayscale: #545454. Windows color (decimal): -16354675 or 9269766. OLE color: 9269766.

HSL color Cylindrical-coordinate representation of color #06728D: hue angle of 192º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06728D is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 114 141 -
CMYK 0.96 0.19 0 0.45
HSL 192º 0.92% 0.29% -
HSV(B) 192º 0.96% 0.55% -
XYZ 10.9 14 27.33 -
YUV 84.79 159.72 71.8 -
System Red Green Blue C M Y K H S L
Decimal 6 114 141 0.96 0.19 0 0.45 192 0.92 0.29
Hex 6 72 8D 60 13 0 2D C0 5C 1D
Octal 6 162 215 140 23 0 55 300 134 35
Binary 110 1110010 10001101 1100000 10011 0 101101 11000000 1011100 11101

Color Harmonies of #06728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06728D

Black with #06728D

Text Example


Text Example

White with #06728D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,114,141); }

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

background-color css

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

 a { background-color: rgb(6,114,141); }

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

border-color css

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

 span { border-color: rgb(6,114,141); }

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