#078D7E

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

Shades of Dark Cyan #078D7E

Tints of Dark Cyan #078D7E

Color information

#078D7E (or 0x078D7E) is unknown color: approx Dark Cyan. HEX triplet: 07, 8D and 7E. RGB value is (7,141,126). Sum of RGB (Red+Green+Blue) = 7+141+126=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 141 (55.47% from 255 or 51.46% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 141 - color contains mainly: green. Hex color #078D7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078D7E is #F87281. Grayscale: #636363. Windows color (decimal): -16282242 or 8293639. OLE color: 8293639.

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

Color convert

RGB7141126-
CMYK0.9500.110.45
HSL173.28º90.54%29.02%-
HSV(B)173.28º95.04%55.29%-
XYZ13.3820.623.01-
YUV99.22143.1162.22-

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.46%
BLUE value IS 126 (49.61% from 255) = 45.99%
R=2.55%
G=51.46%
B=45.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71411260.9500.110.45173.2890.5429.02
Hex78D7E5F0B2Dad5b1d
Octal72151761370135525513335
Binary11110001101111111010111110101110110110101101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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