#07758D

Color #07758D Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #07758D

Tints of Teal #07758D

Color information

#07758D (or 0x07758D) is unknown color: approx Teal. HEX triplet: 07, 75 and 8D. RGB value is (7,117,141). Sum of RGB (Red+Green+Blue) = 7+117+141=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #07758D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07758D is #F88A72. Grayscale: #565656. Windows color (decimal): -16288371 or 9270535. OLE color: 9270535.

HSL color Cylindrical-coordinate representation of color #07758D: hue angle of 190.75º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07758D is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7117141-
CMYK0.950.1700.45
HSL190.75º90.54%29.02%-
HSV(B)190.75º95.04%55.29%-
XYZ11.2614.6927.44-
YUV86.85158.5671.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.64%
GREEN value IS 117 (46.09% from 255) = 44.15%
BLUE value IS 141 (55.47% from 255) = 53.21%
R=2.64%
G=44.15%
B=53.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71171410.950.1700.45190.7590.5429.02
Hex7758D5F1102Dbf5b1d
Octal71652151372105527713335
Binary111111010110001101101111110001010110110111111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,117,141); }

 H1.HeaderClassName
 {
   color: #07758D;
 }
 .AnyTagClassName
 {
   color: #07758D;
 }
</style>
background-color css

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

 a { background-color: rgb(7,117,141); }

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

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

 span { border-color: rgb(7,117,141); }

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