Html Css Color HEX #099583 Dark Cyan

📋 copy color: '#099583'

red 9 ◦ green 149 ◦ blue 131

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

Shades of Dark Cyan #099583

Tints of Dark Cyan #099583

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.56%

 BLUE value IS 131 (51.56% from 255) = 45.33%

R = 3.11%
G = 51.56%
B = 45.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#099583 (or 0x099583) is known color: Dark Cyan. HEX triplet: 09, 95 and 83. RGB value is (9,149,131). Sum of RGB (Red+Green+Blue) = 9+149+131=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #099583 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099583 is #F66A7C. Grayscale: #696969. Windows color (decimal): -16149117 or 8623369. OLE color: 8623369.

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

Color convert

RGB 9 149 131 -
CMYK 0.94 0 0.12 0.42
HSL 172.29º 0.89% 0.31% -
HSV(B) 172.29º 0.94% 0.58% -
XYZ 14.96 23.19 25.16 -
YUV 105.09 142.62 59.46 -
System Red Green Blue C M Y K H S L
Decimal 9 149 131 0.94 0 0.12 0.42 172.29 0.89 0.31
Hex 9 95 83 5E 0 C 2A AC 59 1F
Octal 11 225 203 136 0 14 52 254 131 37
Binary 1001 10010101 10000011 1011110 0 1100 101010 10101100 1011001 11111

Color Harmonies of #099583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099583

Black with #099583

Text Example


Text Example

White with #099583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099583; }

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

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

background-color css

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

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

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

border-color css

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

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

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