#009690

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

Shades of Dark Cyan #009690

Tints of Dark Cyan #009690

Color information

#009690 (or 0x009690) is unknown color: approx Dark Cyan. HEX triplet: 00, 96 and 90. RGB value is (0,150,144). Sum of RGB (Red+Green+Blue) = 0+150+144=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #009690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009690 is #FF696F. Grayscale: #686868. Windows color (decimal): -16738672 or 9475584. OLE color: 9475584.

HSL color Cylindrical-coordinate representation of color #009690: hue angle of 177.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009690 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB0150144-
CMYK100.040.41
HSL177.6º100%29.41%-
HSV(B)177.6º100%58.82%-
XYZ15.9423.8330.14-
YUV104.47150.353.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 150 (58.98% from 255) = 51.02%
BLUE value IS 144 (56.64% from 255) = 48.98%
R=0%
G=51.02%
B=48.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal0150144100.040.41177.610029.41
Hex09690640429b2641d
Octal0226220144045126214435
Binary010010110100100001100100010010100110110010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009690; }

 p { color: rgb(0,150,144); }

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

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

 a { background-color: rgb(0,150,144); }

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

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

 span { border-color: rgb(0,150,144); }

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