Html Css Color HEX #099489 Dark Cyan

📋 copy color: '#099489'

red 9 ◦ green 148 ◦ blue 137

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

Shades of Dark Cyan #099489

Tints of Dark Cyan #099489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.34%

 BLUE value IS 137 (53.91% from 255) = 46.6%

R = 3.06%
G = 50.34%
B = 46.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#099489 (or 0x099489) is known color: Dark Cyan. HEX triplet: 09, 94 and 89. RGB value is (9,148,137). Sum of RGB (Red+Green+Blue) = 9+148+137=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #099489 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099489 is #F66B76. Grayscale: #696969. Windows color (decimal): -16149367 or 9016329. OLE color: 9016329.

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

Color convert

RGB 9 148 137 -
CMYK 0.94 0 0.07 0.42
HSL 175.25º 0.89% 0.31% -
HSV(B) 175.25º 0.94% 0.58% -
XYZ 15.22 23.04 27.31 -
YUV 105.19 145.95 59.39 -
System Red Green Blue C M Y K H S L
Decimal 9 148 137 0.94 0 0.07 0.42 175.25 0.89 0.31
Hex 9 94 89 5E 0 7 2A AF 59 1F
Octal 11 224 211 136 0 7 52 257 131 37
Binary 1001 10010100 10001001 1011110 0 111 101010 10101111 1011001 11111

Color Harmonies of #099489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099489

Black with #099489

Text Example


Text Example

White with #099489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099489; }

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

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

background-color css

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

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

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

border-color css

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

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

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