#078884

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

Shades of Dark Cyan #078884

Tints of Dark Cyan #078884

Color information

#078884 (or 0x078884) is unknown color: approx Dark Cyan. HEX triplet: 07, 88 and 84. RGB value is (7,136,132). Sum of RGB (Red+Green+Blue) = 7+136+132=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #078884 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078884 is #F8777B. Grayscale: #606060. Windows color (decimal): -16283516 or 8685575. OLE color: 8685575.

HSL color Cylindrical-coordinate representation of color #078884: hue angle of 178.14º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078884 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB7136132-
CMYK0.9500.030.47
HSL178.14º90.21%28.04%-
HSV(B)178.14º94.85%53.33%-
XYZ13.0619.3224.87-
YUV96.97147.7663.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.55%
GREEN value IS 136 (53.52% from 255) = 49.45%
BLUE value IS 132 (51.95% from 255) = 48%
R=2.55%
G=49.45%
B=48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71361320.9500.030.47178.1490.2128.04
Hex788845F032Fb25a1c
Octal7210204137035726213234
Binary1111000100010000100101111101110111110110010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078884; }

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

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

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

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

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

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

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

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