#078D7F

Color #078D7F Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #078D7F

Tints of Dark Cyan #078D7F

Color information

#078D7F (or 0x078D7F) is unknown color: approx Dark Cyan. HEX triplet: 07, 8D and 7F. RGB value is (7,141,127). Sum of RGB (Red+Green+Blue) = 7+141+127=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 141 (55.47% from 255 or 51.27% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 141 - color contains mainly: green. Hex color #078D7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078D7F is #F87280. Grayscale: #636363. Windows color (decimal): -16282241 or 8359175. OLE color: 8359175.

HSL color Cylindrical-coordinate representation of color #078D7F: hue angle of 173.73º 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 #078D7F is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB7141127-
CMYK0.9500.100.45
HSL173.73º90.54%29.02%-
HSV(B)173.73º95.04%55.29%-
XYZ13.4420.6323.35-
YUV99.34143.6162.14-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.55%
GREEN value IS 141 (55.47% from 255) = 51.27%
BLUE value IS 127 (50% from 255) = 46.18%
R=2.55%
G=51.27%
B=46.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71411270.9500.100.45173.7390.5429.02
Hex78D7F5F0A2Dae5b1d
Octal72151771370125525613335
Binary11110001101111111110111110101010110110101110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078D7F; }

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

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

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

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

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

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

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

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