#009893

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

Shades of Dark Cyan #009893

Tints of Dark Cyan #009893

Color information

#009893 (or 0x009893) is unknown color: approx Dark Cyan. HEX triplet: 00, 98 and 93. RGB value is (0,152,147). Sum of RGB (Red+Green+Blue) = 0+152+147=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 152 (59.77% from 255 or 50.84% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 152 - color contains mainly: green. Hex color #009893 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009893 is #FF676C. Grayscale: #696969. Windows color (decimal): -16738157 or 9672704. OLE color: 9672704.

HSL color Cylindrical-coordinate representation of color #009893: hue angle of 178.03º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009893 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB0152147-
CMYK100.030.40
HSL178.03º100%29.8%-
HSV(B)178.03º100%59.61%-
XYZ16.4924.5631.48-
YUV105.98151.1452.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 152 (59.77% from 255) = 50.84%
BLUE value IS 147 (57.81% from 255) = 49.16%
R=0%
G=50.84%
B=49.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal0152147100.030.40178.0310029.8
Hex09893640328b2641e
Octal0230223144035026214436
Binary01001100010010011110010001110100010110010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009893; }

 p { color: rgb(0,152,147); }

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

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

 a { background-color: rgb(0,152,147); }

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

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

 span { border-color: rgb(0,152,147); }

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