Html Css Color HEX #099095 Dark Cyan

📋 copy color: '#099095'

red 9 ◦ green 144 ◦ blue 149

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

Shades of Dark Cyan #099095

Tints of Dark Cyan #099095

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.68%

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

R = 2.98%
G = 47.68%
B = 49.34%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#099095 (or 0x099095) is known color: Dark Cyan. HEX triplet: 09, 90 and 95. RGB value is (9,144,149). Sum of RGB (Red+Green+Blue) = 9+144+149=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #099095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099095 is #F66F6A. Grayscale: #686868. Windows color (decimal): -16150379 or 9801737. OLE color: 9801737.

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

Color convert

RGB 9 144 149 -
CMYK 0.94 0.03 0 0.42
HSL 182.14º 0.89% 0.31% -
HSV(B) 182.14º 0.94% 0.58% -
XYZ 15.51 22.17 31.9 -
YUV 104.21 153.27 60.09 -
System Red Green Blue C M Y K H S L
Decimal 9 144 149 0.94 0.03 0 0.42 182.14 0.89 0.31
Hex 9 90 95 5E 3 0 2A B6 59 1F
Octal 11 220 225 136 3 0 52 266 131 37
Binary 1001 10010000 10010101 1011110 11 0 101010 10110110 1011001 11111

Color Harmonies of #099095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099095

Black with #099095

Text Example


Text Example

White with #099095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099095; }

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

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

background-color css

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

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

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

border-color css

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

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

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