Html Css Color HEX #099495 Dark Cyan

📋 copy color: '#099495'

red 9 ◦ green 148 ◦ blue 149

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

Shades of Dark Cyan #099495

Tints of Dark Cyan #099495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.69%

R = 2.94%
G = 48.37%
B = 48.69%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#099495 (or 0x099495) is known color: Dark Cyan. HEX triplet: 09, 94 and 95. RGB value is (9,148,149). Sum of RGB (Red+Green+Blue) = 9+148+149=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #099495 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099495 is #F66B6A. Grayscale: #6A6A6A. Windows color (decimal): -16149355 or 9802761. OLE color: 9802761.

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

Color convert

RGB 9 148 149 -
CMYK 0.94 0.01 0 0.42
HSL 180.43º 0.89% 0.31% -
HSV(B) 180.43º 0.94% 0.58% -
XYZ 16.13 23.41 32.1 -
YUV 106.55 151.95 58.42 -
System Red Green Blue C M Y K H S L
Decimal 9 148 149 0.94 0.01 0 0.42 180.43 0.89 0.31
Hex 9 94 95 5E 1 0 2A B4 59 1F
Octal 11 224 225 136 1 0 52 264 131 37
Binary 1001 10010100 10010101 1011110 1 0 101010 10110100 1011001 11111

Color Harmonies of #099495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099495

Black with #099495

Text Example


Text Example

White with #099495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099495; }

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

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

background-color css

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

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

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

border-color css

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

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

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