Html Css Color HEX #06748D Teal

📋 copy color: '#06748D'

red 6 ◦ green 116 ◦ blue 141

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

Shades of Teal #06748D

Tints of Teal #06748D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.11%

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

R = 2.28%
G = 44.11%
B = 53.61%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06748D (or 0x06748D) is known color: Teal. HEX triplet: 06, 74 and 8D. RGB value is (6,116,141). Sum of RGB (Red+Green+Blue) = 6+116+141=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #06748D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06748D is #F98B72. Grayscale: #555555. Windows color (decimal): -16354163 or 9270278. OLE color: 9270278.

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

Color convert

RGB 6 116 141 -
CMYK 0.96 0.18 0 0.45
HSL 191.11º 0.92% 0.29% -
HSV(B) 191.11º 0.96% 0.55% -
XYZ 11.13 14.45 27.4 -
YUV 85.96 159.06 70.97 -
System Red Green Blue C M Y K H S L
Decimal 6 116 141 0.96 0.18 0 0.45 191.11 0.92 0.29
Hex 6 74 8D 60 12 0 2D BF 5C 1D
Octal 6 164 215 140 22 0 55 277 134 35
Binary 110 1110100 10001101 1100000 10010 0 101101 10111111 1011100 11101

Color Harmonies of #06748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06748D

Black with #06748D

Text Example


Text Example

White with #06748D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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