#078384

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

Shades of Teal #078384

Tints of Teal #078384

Color information

#078384 (or 0x078384) is unknown color: approx Teal. HEX triplet: 07, 83 and 84. RGB value is (7,131,132). Sum of RGB (Red+Green+Blue) = 7+131+132=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #078384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078384 is #F87C7B. Grayscale: #5D5D5D. Windows color (decimal): -16284796 or 8684295. OLE color: 8684295.

HSL color Cylindrical-coordinate representation of color #078384: hue angle of 180.48º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078384 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7131132-
CMYK0.950.0100.48
HSL180.48º89.93%27.25%-
HSV(B)180.48º94.7%51.76%-
XYZ12.3717.9424.64-
YUV94.04149.4265.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.59%
GREEN value IS 131 (51.56% from 255) = 48.52%
BLUE value IS 132 (51.95% from 255) = 48.89%
R=2.59%
G=48.52%
B=48.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71311320.950.0100.48180.4889.9327.25
Hex783845F1030b45a1b
Octal7203204137106026413233
Binary111100000111000010010111111011000010110100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078384; }

 p { color: rgb(7,131,132); }

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

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

 a { background-color: rgb(7,131,132); }

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

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

 span { border-color: rgb(7,131,132); }

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