Html Css Color HEX #06757F Teal

📋 copy color: '#06757F'

red 6 ◦ green 117 ◦ blue 127

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

Shades of Teal #06757F

Tints of Teal #06757F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 50.8%

R = 2.4%
G = 46.8%
B = 50.8%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#06757F (or 0x06757F) is known color: Teal. HEX triplet: 06, 75 and 7F. RGB value is (6,117,127). Sum of RGB (Red+Green+Blue) = 6+117+127=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #06757F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06757F is #F98A80. Grayscale: #545454. Windows color (decimal): -16353921 or 8353030. OLE color: 8353030.

HSL color Cylindrical-coordinate representation of color #06757F: hue angle of 184.96º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06757F is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 117 127 -
CMYK 0.95 0.08 0 0.50
HSL 184.96º 0.91% 0.26% -
HSV(B) 184.96º 0.95% 0.5% -
XYZ 10.27 14.29 22.3 -
YUV 84.95 151.73 71.69 -
System Red Green Blue C M Y K H S L
Decimal 6 117 127 0.95 0.08 0 0.50 184.96 0.91 0.26
Hex 6 75 7F 5F 8 0 32 B9 5B 1A
Octal 6 165 177 137 10 0 62 271 133 32
Binary 110 1110101 1111111 1011111 1000 0 110010 10111001 1011011 11010

Color Harmonies of #06757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06757F

Black with #06757F

Text Example


Text Example

White with #06757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06757F; }

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

 H1.HeaderClassName
 {
   color: #06757F;
 }
 .AnyTagClassName
 {
   color: #06757F;
 }
</style>

background-color css

<style>
 a { background-color: #06757F; }

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

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

border-color css

<style>
 span { border-color: #06757F; }

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

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