Html Css Color HEX #099683 Dark Cyan

📋 copy color: '#099683'

red 9 ◦ green 150 ◦ blue 131

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

Shades of Dark Cyan #099683

Tints of Dark Cyan #099683

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.72%

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

R = 3.1%
G = 51.72%
B = 45.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#099683 (or 0x099683) is known color: Dark Cyan. HEX triplet: 09, 96 and 83. RGB value is (9,150,131). Sum of RGB (Red+Green+Blue) = 9+150+131=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #099683 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099683 is #F6697C. Grayscale: #696969. Windows color (decimal): -16148861 or 8623625. OLE color: 8623625.

HSL color Cylindrical-coordinate representation of color #099683: hue angle of 171.91º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099683 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 150 131 -
CMYK 0.94 0 0.13 0.41
HSL 171.91º 0.89% 0.31% -
HSV(B) 171.91º 0.94% 0.59% -
XYZ 15.12 23.51 25.21 -
YUV 105.68 142.29 59.04 -
System Red Green Blue C M Y K H S L
Decimal 9 150 131 0.94 0 0.13 0.41 171.91 0.89 0.31
Hex 9 96 83 5E 0 D 29 AC 59 1F
Octal 11 226 203 136 0 15 51 254 131 37
Binary 1001 10010110 10000011 1011110 0 1101 101001 10101100 1011001 11111

Color Harmonies of #099683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099683

Black with #099683

Text Example


Text Example

White with #099683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099683; }

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

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

background-color css

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

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

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

border-color css

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

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

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