#009486

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

Shades of Dark Cyan #009486

Tints of Dark Cyan #009486

Color information

#009486 (or 0x009486) is unknown color: approx Dark Cyan. HEX triplet: 00, 94 and 86. RGB value is (0,148,134). Sum of RGB (Red+Green+Blue) = 0+148+134=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 134 (52.73% from 255 or 47.52% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #009486 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009486 is #FF6B79. Grayscale: #666666. Windows color (decimal): -16739194 or 8819712. OLE color: 8819712.

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

Color convert

RGB0148134-
CMYK100.090.42
HSL174.32º100%29.02%-
HSV(B)174.32º100%58.04%-
XYZ14.8922.926.19-
YUV102.15145.9755.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 148 (58.20% from 255) = 52.48%
BLUE value IS 134 (52.73% from 255) = 47.52%
R=0%
G=52.48%
B=47.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal0148134100.090.42174.3210029.02
Hex0948664092Aae641d
Octal02242061440115225614435
Binary0100101001000011011001000100110101010101110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009486; }

 p { color: rgb(0,148,134); }

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

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

 a { background-color: rgb(0,148,134); }

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

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

 span { border-color: rgb(0,148,134); }

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