#009284

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

Shades of Dark Cyan #009284

Tints of Dark Cyan #009284

Color information

#009284 (or 0x009284) is unknown color: approx Dark Cyan. HEX triplet: 00, 92 and 84. RGB value is (0,146,132). Sum of RGB (Red+Green+Blue) = 0+146+132=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #009284 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009284 is #FF6D7B. Grayscale: #646464. Windows color (decimal): -16739708 or 8688128. OLE color: 8688128.

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

Color convert

RGB0146132-
CMYK100.100.43
HSL174.25º100%28.63%-
HSV(B)174.25º100%57.25%-
XYZ14.4422.2225.36-
YUV100.75145.6356.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 146 (57.42% from 255) = 52.52%
BLUE value IS 132 (51.95% from 255) = 47.48%
R=0%
G=52.52%
B=47.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal0146132100.100.43174.2510028.63
Hex09284640A2Bae641d
Octal02222041440125325614435
Binary0100100101000010011001000101010101110101110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009284; }

 p { color: rgb(0,146,132); }

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

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

 a { background-color: rgb(0,146,132); }

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

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

 span { border-color: rgb(0,146,132); }

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