#009281

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

Shades of Dark Cyan #009281

Tints of Dark Cyan #009281

Color information

#009281 (or 0x009281) is unknown color: approx Dark Cyan. HEX triplet: 00, 92 and 81. RGB value is (0,146,129). Sum of RGB (Red+Green+Blue) = 0+146+129=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 146 (57.42% from 255 or 53.09% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 146 - color contains mainly: green. Hex color #009281 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009281 is #FF6D7E. Grayscale: #646464. Windows color (decimal): -16739711 or 8491520. OLE color: 8491520.

HSL color Cylindrical-coordinate representation of color #009281: hue angle of 173.01º 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 #009281 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB0146129-
CMYK100.120.43
HSL173.01º100%28.63%-
HSV(B)173.01º100%57.25%-
XYZ14.2422.1424.29-
YUV100.41144.1356.38-

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) = 53.09%
BLUE value IS 129 (50.78% from 255) = 46.91%
R=0%
G=53.09%
B=46.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal0146129100.120.43173.0110028.63
Hex09281640C2Bad641d
Octal02222011440145325514435
Binary0100100101000000111001000110010101110101101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009281; }

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

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

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

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

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

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

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

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