#078388

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

Shades of Dark Cyan #078388

Tints of Dark Cyan #078388

Color information

#078388 (or 0x078388) is unknown color: approx Dark Cyan. HEX triplet: 07, 83 and 88. RGB value is (7,131,136). Sum of RGB (Red+Green+Blue) = 7+131+136=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #078388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078388 is #F87C77. Grayscale: #5E5E5E. Windows color (decimal): -16284792 or 8946439. OLE color: 8946439.

HSL color Cylindrical-coordinate representation of color #078388: hue angle of 182.33º 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 #078388 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7131136-
CMYK0.950.0400.47
HSL182.33º90.21%28.04%-
HSV(B)182.33º94.85%53.33%-
XYZ12.6518.0626.11-
YUV94.49151.4265.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.55%
GREEN value IS 131 (51.56% from 255) = 47.81%
BLUE value IS 136 (53.52% from 255) = 49.64%
R=2.55%
G=47.81%
B=49.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71311360.950.0400.47182.3390.2128.04
Hex783885F402Fb65a1c
Octal7203210137405726613234
Binary11110000011100010001011111100010111110110110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078388; }

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

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

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

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

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

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

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

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