Html Css Color HEX #099488 Dark Cyan

📋 copy color: '#099488'

red 9 ◦ green 148 ◦ blue 136

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

Shades of Dark Cyan #099488

Tints of Dark Cyan #099488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.42%

R = 3.07%
G = 50.51%
B = 46.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#099488 (or 0x099488) is known color: Dark Cyan. HEX triplet: 09, 94 and 88. RGB value is (9,148,136). Sum of RGB (Red+Green+Blue) = 9+148+136=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #099488 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099488 is #F66B77. Grayscale: #686868. Windows color (decimal): -16149368 or 8950793. OLE color: 8950793.

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

Color convert

RGB 9 148 136 -
CMYK 0.94 0 0.08 0.42
HSL 174.82º 0.89% 0.31% -
HSV(B) 174.82º 0.94% 0.58% -
XYZ 15.15 23.02 26.94 -
YUV 105.07 145.45 59.48 -
System Red Green Blue C M Y K H S L
Decimal 9 148 136 0.94 0 0.08 0.42 174.82 0.89 0.31
Hex 9 94 88 5E 0 8 2A AF 59 1F
Octal 11 224 210 136 0 10 52 257 131 37
Binary 1001 10010100 10001000 1011110 0 1000 101010 10101111 1011001 11111

Color Harmonies of #099488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099488

Black with #099488

Text Example


Text Example

White with #099488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099488; }

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

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

background-color css

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

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

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

border-color css

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

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

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