#078D8B

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

Shades of Dark Cyan #078D8B

Tints of Dark Cyan #078D8B

Color information

#078D8B (or 0x078D8B) is unknown color: approx Dark Cyan. HEX triplet: 07, 8D and 8B. RGB value is (7,141,139). Sum of RGB (Red+Green+Blue) = 7+141+139=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #078D8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078D8B is #F87274. Grayscale: #646464. Windows color (decimal): -16282229 or 9145607. OLE color: 9145607.

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

Color convert

RGB7141139-
CMYK0.9500.010.45
HSL179.1º90.54%29.02%-
HSV(B)179.1º95.04%55.29%-
XYZ14.2720.9627.72-
YUV100.71149.6161.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.44%
GREEN value IS 141 (55.47% from 255) = 49.13%
BLUE value IS 139 (54.69% from 255) = 48.43%
R=2.44%
G=49.13%
B=48.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71411390.9500.010.45179.190.5429.02
Hex78D8B5F012Db35b1d
Octal7215213137015526313335
Binary111100011011000101110111110110110110110011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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