Html Css Color HEX #06728A Teal

📋 copy color: '#06728A'

red 6 ◦ green 114 ◦ blue 138

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

Shades of Teal #06728A

Tints of Teal #06728A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 53.49%

R = 2.33%
G = 44.19%
B = 53.49%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#06728A (or 0x06728A) is known color: Teal. HEX triplet: 06, 72 and 8A. RGB value is (6,114,138). Sum of RGB (Red+Green+Blue) = 6+114+138=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #06728A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06728A is #F98D75. Grayscale: #545454. Windows color (decimal): -16354678 or 9073158. OLE color: 9073158.

HSL color Cylindrical-coordinate representation of color #06728A: hue angle of 190.91º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06728A is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 114 138 -
CMYK 0.96 0.17 0 0.46
HSL 190.91º 0.92% 0.28% -
HSV(B) 190.91º 0.96% 0.54% -
XYZ 10.68 13.91 26.17 -
YUV 84.44 158.22 72.05 -
System Red Green Blue C M Y K H S L
Decimal 6 114 138 0.96 0.17 0 0.46 190.91 0.92 0.28
Hex 6 72 8A 60 11 0 2E BF 5C 1C
Octal 6 162 212 140 21 0 56 277 134 34
Binary 110 1110010 10001010 1100000 10001 0 101110 10111111 1011100 11100

Color Harmonies of #06728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06728A

Black with #06728A

Text Example


Text Example

White with #06728A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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