#078B81

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

Shades of Dark Cyan #078B81

Tints of Dark Cyan #078B81

Color information

#078B81 (or 0x078B81) is unknown color: approx Dark Cyan. HEX triplet: 07, 8B and 81. RGB value is (7,139,129). Sum of RGB (Red+Green+Blue) = 7+139+129=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 139 (54.69% from 255 or 50.55% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 139 - color contains mainly: green. Hex color #078B81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078B81 is #F8747E. Grayscale: #626262. Windows color (decimal): -16282751 or 8489735. OLE color: 8489735.

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

Color convert

RGB7139129-
CMYK0.9500.070.45
HSL175.45º90.41%28.63%-
HSV(B)175.45º94.96%54.51%-
XYZ13.2820.123.95-
YUV98.39145.2762.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.55%
GREEN value IS 139 (54.69% from 255) = 50.55%
BLUE value IS 129 (50.78% from 255) = 46.91%
R=2.55%
G=50.55%
B=46.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71391290.9500.070.45175.4590.4128.63
Hex78B815F072Daf5a1d
Octal7213201137075525713235
Binary11110001011100000011011111011110110110101111101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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