Html Css Color HEX #099293 Dark Cyan

📋 copy color: '#099293'

red 9 ◦ green 146 ◦ blue 147

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

Shades of Dark Cyan #099293

Tints of Dark Cyan #099293

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.34%

 BLUE value IS 147 (57.81% from 255) = 48.68%

R = 2.98%
G = 48.34%
B = 48.68%

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

#099293 (or 0x099293) is known color: Dark Cyan. HEX triplet: 09, 92 and 93. RGB value is (9,146,147). Sum of RGB (Red+Green+Blue) = 9+146+147=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #099293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099293 is #F66D6C. Grayscale: #696969. Windows color (decimal): -16149869 or 9671177. OLE color: 9671177.

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

Color convert

RGB 9 146 147 -
CMYK 0.94 0.01 0 0.42
HSL 180.43º 0.88% 0.31% -
HSV(B) 180.43º 0.94% 0.58% -
XYZ 15.66 22.72 31.16 -
YUV 105.15 151.61 59.42 -
System Red Green Blue C M Y K H S L
Decimal 9 146 147 0.94 0.01 0 0.42 180.43 0.88 0.31
Hex 9 92 93 5E 1 0 2A B4 58 1F
Octal 11 222 223 136 1 0 52 264 130 37
Binary 1001 10010010 10010011 1011110 1 0 101010 10110100 1011000 11111

Color Harmonies of #099293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099293

Black with #099293

Text Example


Text Example

White with #099293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099293; }

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

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

background-color css

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

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

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

border-color css

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

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

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