#078E8A

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

Shades of Dark Cyan #078E8A

Tints of Dark Cyan #078E8A

Color information

#078E8A (or 0x078E8A) is unknown color: approx Dark Cyan. HEX triplet: 07, 8E and 8A. RGB value is (7,142,138). Sum of RGB (Red+Green+Blue) = 7+142+138=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 142 (55.86% from 255 or 49.48% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 142 - color contains mainly: green. Hex color #078E8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078E8A is #F87175. Grayscale: #656565. Windows color (decimal): -16281974 or 9080327. OLE color: 9080327.

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

Color convert

RGB7142138-
CMYK0.9500.030.44
HSL178.22º90.6%29.22%-
HSV(B)178.22º95.07%55.69%-
XYZ14.3521.2327.39-
YUV101.18148.7760.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.44%
GREEN value IS 142 (55.86% from 255) = 49.48%
BLUE value IS 138 (54.30% from 255) = 48.08%
R=2.44%
G=49.48%
B=48.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71421380.9500.030.44178.2290.629.22
Hex78E8A5F032Cb25b1d
Octal7216212137035426213335
Binary1111000111010001010101111101110110010110010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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