#07918D

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

Shades of Dark Cyan #07918D

Tints of Dark Cyan #07918D

Color information

#07918D (or 0x07918D) is unknown color: approx Dark Cyan. HEX triplet: 07, 91 and 8D. RGB value is (7,145,141). Sum of RGB (Red+Green+Blue) = 7+145+141=293 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.39% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #07918D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07918D is #F86E72. Grayscale: #676767. Windows color (decimal): -16281203 or 9277703. OLE color: 9277703.

HSL color Cylindrical-coordinate representation of color #07918D: hue angle of 178.26º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07918D is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB7145141-
CMYK0.9500.030.43
HSL178.26º90.79%29.8%-
HSV(B)178.26º95.17%56.86%-
XYZ15.0222.2228.7-
YUV103.28149.2859.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.39%
GREEN value IS 145 (57.03% from 255) = 49.49%
BLUE value IS 141 (55.47% from 255) = 48.12%
R=2.39%
G=49.49%
B=48.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71451410.9500.030.43178.2690.7929.8
Hex7918D5F032Bb25b1e
Octal7221215137035326213336
Binary1111001000110001101101111101110101110110010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07918D; }

 p { color: rgb(7,145,141); }

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

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

 a { background-color: rgb(7,145,141); }

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

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

 span { border-color: rgb(7,145,141); }

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