Html Css Color HEX #099390 Dark Cyan

📋 copy color: '#099390'

red 9 ◦ green 147 ◦ blue 144

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

Shades of Dark Cyan #099390

Tints of Dark Cyan #099390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49%

 BLUE value IS 144 (56.64% from 255) = 48%

R = 3%
G = 49%
B = 48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#099390 (or 0x099390) is known color: Dark Cyan. HEX triplet: 09, 93 and 90. RGB value is (9,147,144). Sum of RGB (Red+Green+Blue) = 9+147+144=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #099390 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099390 is #F66C6F. Grayscale: #696969. Windows color (decimal): -16149616 or 9474825. OLE color: 9474825.

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

Color convert

RGB 9 147 144 -
CMYK 0.94 0 0.02 0.42
HSL 178.7º 0.88% 0.31% -
HSV(B) 178.7º 0.94% 0.58% -
XYZ 15.58 22.94 29.99 -
YUV 105.4 149.78 59.24 -
System Red Green Blue C M Y K H S L
Decimal 9 147 144 0.94 0 0.02 0.42 178.7 0.88 0.31
Hex 9 93 90 5E 0 2 2A B3 58 1F
Octal 11 223 220 136 0 2 52 263 130 37
Binary 1001 10010011 10010000 1011110 0 10 101010 10110011 1011000 11111

Color Harmonies of #099390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099390

Black with #099390

Text Example


Text Example

White with #099390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099390; }

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

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

background-color css

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

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

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

border-color css

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

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

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