#099481

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

Shades of Dark Cyan #099481

Tints of Dark Cyan #099481

Color information

#099481 (or 0x099481) is unknown color: approx Dark Cyan. HEX triplet: 09, 94 and 81. RGB value is (9,148,129). Sum of RGB (Red+Green+Blue) = 9+148+129=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #099481 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099481 is #F66B7E. Grayscale: #686868. Windows color (decimal): -16149375 or 8492041. OLE color: 8492041.

HSL color Cylindrical-coordinate representation of color #099481: hue angle of 171.8º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099481 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB9148129-
CMYK0.9400.130.42
HSL171.8º88.54%30.78%-
HSV(B)171.8º93.92%58.04%-
XYZ14.6722.8224.4-
YUV104.27141.9560.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.15%
GREEN value IS 148 (58.20% from 255) = 51.75%
BLUE value IS 129 (50.78% from 255) = 45.10%
R=3.15%
G=51.75%
B=45.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91481290.9400.130.42171.888.5430.78
Hex994815E0D2Aac591f
Octal112242011360155225413137
Binary1001100101001000000110111100110110101010101100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099481; }

 p { color: rgb(9,148,129); }

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

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

 a { background-color: rgb(9,148,129); }

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

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

 span { border-color: rgb(9,148,129); }

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