#099298

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

Shades of Dark Cyan #099298

Tints of Dark Cyan #099298

Color information

#099298 (or 0x099298) is unknown color: approx Dark Cyan. HEX triplet: 09, 92 and 98. RGB value is (9,146,152). Sum of RGB (Red+Green+Blue) = 9+146+152=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #099298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099298 is #F66D67. Grayscale: #696969. Windows color (decimal): -16149864 or 9998857. OLE color: 9998857.

HSL color Cylindrical-coordinate representation of color #099298: hue angle of 182.52º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099298 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9146152-
CMYK0.940.0400.40
HSL182.52º88.82%31.57%-
HSV(B)182.52º94.08%59.61%-
XYZ16.0622.8833.28-
YUV105.72154.1159.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.93%
GREEN value IS 146 (57.42% from 255) = 47.56%
BLUE value IS 152 (59.77% from 255) = 49.51%
R=2.93%
G=47.56%
B=49.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91461520.940.0400.40182.5288.8231.57
Hex992985E4028b75920
Octal11222230136405026713140
Binary1001100100101001100010111101000101000101101111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099298; }

 p { color: rgb(9,146,152); }

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

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

 a { background-color: rgb(9,146,152); }

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

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

 span { border-color: rgb(9,146,152); }

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