Html Css Color HEX #099298 Dark Cyan

📋 copy color: '#099298'

red 9 ◦ green 146 ◦ blue 152

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

Shades of Dark Cyan #099298

Tints of Dark Cyan #099298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 49.51%

R = 2.93%
G = 47.56%
B = 49.51%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#099298 (or 0x099298) is known color: Dark Cyan. HEX triplet: 09, 92 and 98. RGB value is (9,146,152). Sum of RGB (Red+Green+Blue) = 9+146+152=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #099298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099298 is #F66D67. Grayscale: #696969. Windows color (decimal): -16149864 or 9998857. OLE color: 9998857.

HSL color Cylindrical-coordinate representation of color #099298: hue angle of 182.52º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099298 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 146 152 -
CMYK 0.94 0.04 0 0.40
HSL 182.52º 0.89% 0.32% -
HSV(B) 182.52º 0.94% 0.6% -
XYZ 16.06 22.88 33.28 -
YUV 105.72 154.11 59.01 -
System Red Green Blue C M Y K H S L
Decimal 9 146 152 0.94 0.04 0 0.40 182.52 0.89 0.32
Hex 9 92 98 5E 4 0 28 B7 59 20
Octal 11 222 230 136 4 0 50 267 131 40
Binary 1001 10010010 10011000 1011110 100 0 101000 10110111 1011001 100000

Color Harmonies of #099298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099298

Black with #099298

Text Example


Text Example

White with #099298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099298; }

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

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

background-color css

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

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

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

border-color css

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

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

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