#09968B

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

Shades of Dark Cyan #09968B

Tints of Dark Cyan #09968B

Color information

#09968B (or 0x09968B) is unknown color: approx Dark Cyan. HEX triplet: 09, 96 and 8B. RGB value is (9,150,139). Sum of RGB (Red+Green+Blue) = 9+150+139=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #09968B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09968B is #F66974. Grayscale: #6A6A6A. Windows color (decimal): -16148853 or 9147913. OLE color: 9147913.

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

Color convert

RGB9150139-
CMYK0.9400.070.41
HSL175.32º88.68%31.18%-
HSV(B)175.32º94%58.82%-
XYZ15.6823.7328.18-
YUV106.59146.2958.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.02%
GREEN value IS 150 (58.98% from 255) = 50.34%
BLUE value IS 139 (54.69% from 255) = 46.64%
R=3.02%
G=50.34%
B=46.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91501390.9400.070.41175.3288.6831.18
Hex9968B5E0729af591f
Octal11226213136075125713137
Binary100110010110100010111011110011110100110101111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09968B; }

 p { color: rgb(9,150,139); }

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

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

 a { background-color: rgb(9,150,139); }

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

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

 span { border-color: rgb(9,150,139); }

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