#078A90

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

Shades of Dark Cyan #078A90

Tints of Dark Cyan #078A90

Color information

#078A90 (or 0x078A90) is unknown color: approx Dark Cyan. HEX triplet: 07, 8A and 90. RGB value is (7,138,144). Sum of RGB (Red+Green+Blue) = 7+138+144=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 138 (54.30% from 255 or 47.75% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #078A90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078A90 is #F8756F. Grayscale: #636363. Windows color (decimal): -16282992 or 9472519. OLE color: 9472519.

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

Color convert

RGB7138144-
CMYK0.950.0400.44
HSL182.63º90.73%29.61%-
HSV(B)182.63º95.14%56.47%-
XYZ14.2120.2429.54-
YUV99.52153.162.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.42%
GREEN value IS 138 (54.30% from 255) = 47.75%
BLUE value IS 144 (56.64% from 255) = 49.83%
R=2.42%
G=47.75%
B=49.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71381440.950.0400.44182.6390.7329.61
Hex78A905F402Cb75b1e
Octal7212220137405426713336
Binary11110001010100100001011111100010110010110111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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