Html Css Color HEX #06758C Teal

📋 copy color: '#06758C'

red 6 ◦ green 117 ◦ blue 140

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

Shades of Teal #06758C

Tints of Teal #06758C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.49%

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

R = 2.28%
G = 44.49%
B = 53.23%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06758C (or 0x06758C) is known color: Teal. HEX triplet: 06, 75 and 8C. RGB value is (6,117,140). Sum of RGB (Red+Green+Blue) = 6+117+140=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #06758C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06758C is #F98A73. Grayscale: #565656. Windows color (decimal): -16353908 or 9204998. OLE color: 9204998.

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

Color convert

RGB 6 117 140 -
CMYK 0.96 0.16 0 0.45
HSL 190.3º 0.92% 0.29% -
HSV(B) 190.3º 0.96% 0.55% -
XYZ 11.17 14.65 27.05 -
YUV 86.43 158.23 70.63 -
System Red Green Blue C M Y K H S L
Decimal 6 117 140 0.96 0.16 0 0.45 190.3 0.92 0.29
Hex 6 75 8C 60 10 0 2D BE 5C 1D
Octal 6 165 214 140 20 0 55 276 134 35
Binary 110 1110101 10001100 1100000 10000 0 101101 10111110 1011100 11101

Color Harmonies of #06758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06758C

Black with #06758C

Text Example


Text Example

White with #06758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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