Html Css Color HEX #06718A Teal

📋 copy color: '#06718A'

red 6 ◦ green 113 ◦ blue 138

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

Shades of Teal #06718A

Tints of Teal #06718A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.97%

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

R = 2.33%
G = 43.97%
B = 53.7%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#06718A (or 0x06718A) is known color: Teal. HEX triplet: 06, 71 and 8A. RGB value is (6,113,138). Sum of RGB (Red+Green+Blue) = 6+113+138=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #06718A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06718A is #F98E75. Grayscale: #535353. Windows color (decimal): -16354934 or 9072902. OLE color: 9072902.

HSL color Cylindrical-coordinate representation of color #06718A: hue angle of 191.36º 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 #06718A is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 113 138 -
CMYK 0.96 0.18 0 0.46
HSL 191.36º 0.92% 0.28% -
HSV(B) 191.36º 0.96% 0.54% -
XYZ 10.57 13.68 26.13 -
YUV 83.86 158.55 72.47 -
System Red Green Blue C M Y K H S L
Decimal 6 113 138 0.96 0.18 0 0.46 191.36 0.92 0.28
Hex 6 71 8A 60 12 0 2E BF 5C 1C
Octal 6 161 212 140 22 0 56 277 134 34
Binary 110 1110001 10001010 1100000 10010 0 101110 10111111 1011100 11100

Color Harmonies of #06718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06718A

Black with #06718A

Text Example


Text Example

White with #06718A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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