Html Css Color HEX #099384 Dark Cyan

📋 copy color: '#099384'

red 9 ◦ green 147 ◦ blue 132

#099384
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #099384

Tints of Dark Cyan #099384

RGB

 RED value IS 9 (3.91% from 255) = 3.13%

 GREEN value IS 147 (57.81% from 255) = 51.04%

 BLUE value IS 132 (51.95% from 255) = 45.83%

R = 3.13%
G = 51.04%
B = 45.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#099384 (or 0x099384) is known color: Dark Cyan. HEX triplet: 09, 93 and 84. RGB value is (9,147,132). Sum of RGB (Red+Green+Blue) = 9+147+132=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #099384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099384 is #F66C7B. Grayscale: #676767. Windows color (decimal): -16149628 or 8688393. OLE color: 8688393.

HSL color Cylindrical-coordinate representation of color #099384: hue angle of 173.48º degrees, saturation: 0.88, 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 #099384 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 147 132 -
CMYK 0.94 0 0.10 0.42
HSL 173.48º 0.88% 0.31% -
HSV(B) 173.48º 0.94% 0.58% -
XYZ 14.71 22.59 25.42 -
YUV 104.03 143.78 60.22 -
System Red Green Blue C M Y K H S L
Decimal 9 147 132 0.94 0 0.10 0.42 173.48 0.88 0.31
Hex 9 93 84 5E 0 A 2A AD 58 1F
Octal 11 223 204 136 0 12 52 255 130 37
Binary 1001 10010011 10000100 1011110 0 1010 101010 10101101 1011000 11111

Color Harmonies of #099384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099384

Black with #099384

Text Example


Text Example

White with #099384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099384; }

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

 H1.HeaderClassName
 {
   color: #099384;
 }
 .AnyTagClassName
 {
   color: #099384;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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