Html Css Color HEX #06728C Teal

📋 copy color: '#06728C'

red 6 ◦ green 114 ◦ blue 140

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

Shades of Teal #06728C

Tints of Teal #06728C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 53.85%

R = 2.31%
G = 43.85%
B = 53.85%

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

#06728C (or 0x06728C) is known color: Teal. HEX triplet: 06, 72 and 8C. RGB value is (6,114,140). Sum of RGB (Red+Green+Blue) = 6+114+140=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #06728C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06728C is #F98D73. Grayscale: #545454. Windows color (decimal): -16354676 or 9204230. OLE color: 9204230.

HSL color Cylindrical-coordinate representation of color #06728C: hue angle of 191.64º 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 #06728C is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 114 140 -
CMYK 0.96 0.19 0 0.45
HSL 191.64º 0.92% 0.29% -
HSV(B) 191.64º 0.96% 0.55% -
XYZ 10.83 13.97 26.94 -
YUV 84.67 159.22 71.89 -
System Red Green Blue C M Y K H S L
Decimal 6 114 140 0.96 0.19 0 0.45 191.64 0.92 0.29
Hex 6 72 8C 60 13 0 2D C0 5C 1D
Octal 6 162 214 140 23 0 55 300 134 35
Binary 110 1110010 10001100 1100000 10011 0 101101 11000000 1011100 11101

Color Harmonies of #06728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06728C

Black with #06728C

Text Example


Text Example

White with #06728C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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