#078A93

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

Shades of Dark Cyan #078A93

Tints of Dark Cyan #078A93

Color information

#078A93 (or 0x078A93) is unknown color: approx Dark Cyan. HEX triplet: 07, 8A and 93. RGB value is (7,138,147). Sum of RGB (Red+Green+Blue) = 7+138+147=292 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.40% from 292); Green value is 138 (54.30% from 255 or 47.26% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #078A93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078A93 is #F8756C. Grayscale: #636363. Windows color (decimal): -16282989 or 9669127. OLE color: 9669127.

HSL color Cylindrical-coordinate representation of color #078A93: hue angle of 183.86º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078A93 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7138147-
CMYK0.950.0600.42
HSL183.86º90.91%30.2%-
HSV(B)183.86º95.24%57.65%-
XYZ14.4420.3330.77-
YUV99.86154.661.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.40%
GREEN value IS 138 (54.30% from 255) = 47.26%
BLUE value IS 147 (57.81% from 255) = 50.34%
R=2.40%
G=47.26%
B=50.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71381470.950.0600.42183.8690.9130.2
Hex78A935F602Ab85b1e
Octal7212223137605227013336
Binary11110001010100100111011111110010101010111000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,138,147); }

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

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

 a { background-color: rgb(7,138,147); }

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

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

 span { border-color: rgb(7,138,147); }

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