#09848F

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

Shades of Dark Cyan #09848F

Tints of Dark Cyan #09848F

Color information

#09848F (or 0x09848F) is unknown color: approx Dark Cyan. HEX triplet: 09, 84 and 8F. RGB value is (9,132,143). Sum of RGB (Red+Green+Blue) = 9+132+143=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 143 (56.25% from 255 or 50.35% from 284); Max value from RGB is 143 - color contains mainly: blue. Hex color #09848F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09848F is #F67B70. Grayscale: #606060. Windows color (decimal): -16153457 or 9405449. OLE color: 9405449.

HSL color Cylindrical-coordinate representation of color #09848F: hue angle of 184.93º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09848F is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9132143-
CMYK0.940.0800.44
HSL184.93º88.16%29.8%-
HSV(B)184.93º93.71%56.08%-
XYZ13.3218.5428.86-
YUV96.48154.2565.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.17%
GREEN value IS 132 (51.95% from 255) = 46.48%
BLUE value IS 143 (56.25% from 255) = 50.35%
R=3.17%
G=46.48%
B=50.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91321430.940.0800.44184.9388.1629.8
Hex9848F5E802Cb9581e
Octal112042171361005427113036
Binary1001100001001000111110111101000010110010111001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09848F; }

 p { color: rgb(9,132,143); }

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

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

 a { background-color: rgb(9,132,143); }

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

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

 span { border-color: rgb(9,132,143); }

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