Html Css Color HEX #099785 Dark Cyan

📋 copy color: '#099785'

red 9 ◦ green 151 ◦ blue 133

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

Shades of Dark Cyan #099785

Tints of Dark Cyan #099785

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.54%

 BLUE value IS 133 (52.34% from 255) = 45.39%

R = 3.07%
G = 51.54%
B = 45.39%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#099785 (or 0x099785) is known color: Dark Cyan. HEX triplet: 09, 97 and 85. RGB value is (9,151,133). Sum of RGB (Red+Green+Blue) = 9+151+133=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 151 (59.38% from 255 or 51.54% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 151 - color contains mainly: green. Hex color #099785 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099785 is #F6687A. Grayscale: #6A6A6A. Windows color (decimal): -16148603 or 8754953. OLE color: 8754953.

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

Color convert

RGB 9 151 133 -
CMYK 0.94 0 0.12 0.41
HSL 172.39º 0.89% 0.31% -
HSV(B) 172.39º 0.94% 0.59% -
XYZ 15.41 23.88 25.99 -
YUV 106.49 142.96 58.46 -
System Red Green Blue C M Y K H S L
Decimal 9 151 133 0.94 0 0.12 0.41 172.39 0.89 0.31
Hex 9 97 85 5E 0 C 29 AC 59 1F
Octal 11 227 205 136 0 14 51 254 131 37
Binary 1001 10010111 10000101 1011110 0 1100 101001 10101100 1011001 11111

Color Harmonies of #099785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099785

Black with #099785

Text Example


Text Example

White with #099785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099785; }

 p { color: rgb(9,151,133); }

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

background-color css

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

 a { background-color: rgb(9,151,133); }

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

border-color css

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

 span { border-color: rgb(9,151,133); }

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