#07968C

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

Shades of Dark Cyan #07968C

Tints of Dark Cyan #07968C

Color information

#07968C (or 0x07968C) is unknown color: approx Dark Cyan. HEX triplet: 07, 96 and 8C. RGB value is (7,150,140). Sum of RGB (Red+Green+Blue) = 7+150+140=297 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #07968C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07968C is #F86973. Grayscale: #6A6A6A. Windows color (decimal): -16279924 or 9213447. OLE color: 9213447.

HSL color Cylindrical-coordinate representation of color #07968C: hue angle of 175.8º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07968C is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB7150140-
CMYK0.9500.070.41
HSL175.8º91.08%30.78%-
HSV(B)175.8º95.33%58.82%-
XYZ15.7323.7528.57-
YUV106.1147.1257.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.36%
GREEN value IS 150 (58.98% from 255) = 50.51%
BLUE value IS 140 (55.08% from 255) = 47.14%
R=2.36%
G=50.51%
B=47.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71501400.9500.070.41175.891.0830.78
Hex7968C5F0729b05b1f
Octal7226214137075126013337
Binary11110010110100011001011111011110100110110000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07968C; }

 p { color: rgb(7,150,140); }

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

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

 a { background-color: rgb(7,150,140); }

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

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

 span { border-color: rgb(7,150,140); }

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