#09968F

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

Shades of Dark Cyan #09968F

Tints of Dark Cyan #09968F

Color information

#09968F (or 0x09968F) is unknown color: approx Dark Cyan. HEX triplet: 09, 96 and 8F. RGB value is (9,150,143). Sum of RGB (Red+Green+Blue) = 9+150+143=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #09968F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09968F is #F66970. Grayscale: #6A6A6A. Windows color (decimal): -16148849 or 9410057. OLE color: 9410057.

HSL color Cylindrical-coordinate representation of color #09968F: hue angle of 177.02º 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 #09968F is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB9150143-
CMYK0.9400.050.41
HSL177.02º88.68%31.18%-
HSV(B)177.02º94%58.82%-
XYZ15.9823.8529.75-
YUV107.04148.2958.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.98%
GREEN value IS 150 (58.98% from 255) = 49.67%
BLUE value IS 143 (56.25% from 255) = 47.35%
R=2.98%
G=49.67%
B=47.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91501430.9400.050.41177.0288.6831.18
Hex9968F5E0529b1591f
Octal11226217136055126113137
Binary100110010110100011111011110010110100110110001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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