#07738E

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

Shades of Teal #07738E

Tints of Teal #07738E

Color information

#07738E (or 0x07738E) is unknown color: approx Teal. HEX triplet: 07, 73 and 8E. RGB value is (7,115,142). Sum of RGB (Red+Green+Blue) = 7+115+142=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #07738E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07738E is #F88C71. Grayscale: #555555. Windows color (decimal): -16288882 or 9335559. OLE color: 9335559.

HSL color Cylindrical-coordinate representation of color #07738E: hue angle of 192º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07738E is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7115142-
CMYK0.950.1900.44
HSL192º90.6%29.22%-
HSV(B)192º95.07%55.69%-
XYZ11.114.2627.76-
YUV85.79159.7271.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.65%
GREEN value IS 115 (45.31% from 255) = 43.56%
BLUE value IS 142 (55.86% from 255) = 53.79%
R=2.65%
G=43.56%
B=53.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71151420.950.1900.4419290.629.22
Hex7738E5F1302Cc05b1d
Octal71632161372305430013335
Binary111111001110001110101111110011010110011000000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07738E; }

 p { color: rgb(7,115,142); }

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

<style>
 a { background-color: #07738E; }

 a { background-color: rgb(7,115,142); }

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

<style>
 span { border-color: #07738E; }

 span { border-color: rgb(7,115,142); }

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