Html Css Color HEX #099385 Dark Cyan

📋 copy color: '#099385'

red 9 ◦ green 147 ◦ blue 133

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

Shades of Dark Cyan #099385

Tints of Dark Cyan #099385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.02%

R = 3.11%
G = 50.87%
B = 46.02%

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

#099385 (or 0x099385) is known color: Dark Cyan. HEX triplet: 09, 93 and 85. RGB value is (9,147,133). Sum of RGB (Red+Green+Blue) = 9+147+133=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #099385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099385 is #F66C7A. Grayscale: #686868. Windows color (decimal): -16149627 or 8753929. OLE color: 8753929.

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

Color convert

RGB 9 147 133 -
CMYK 0.94 0 0.10 0.42
HSL 173.91º 0.88% 0.31% -
HSV(B) 173.91º 0.94% 0.58% -
XYZ 14.78 22.62 25.78 -
YUV 104.14 144.28 60.14 -
System Red Green Blue C M Y K H S L
Decimal 9 147 133 0.94 0 0.10 0.42 173.91 0.88 0.31
Hex 9 93 85 5E 0 A 2A AE 58 1F
Octal 11 223 205 136 0 12 52 256 130 37
Binary 1001 10010011 10000101 1011110 0 1010 101010 10101110 1011000 11111

Color Harmonies of #099385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099385

Black with #099385

Text Example


Text Example

White with #099385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099385; }

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

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

background-color css

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

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

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

border-color css

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

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

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