Html Css Color HEX #098785 Dark Cyan

📋 copy color: '#098785'

red 9 ◦ green 135 ◦ blue 133

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

Shades of Dark Cyan #098785

Tints of Dark Cyan #098785

RGB

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

 GREEN value IS 135 (53.13% from 255) = 48.74%

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

R = 3.25%
G = 48.74%
B = 48.01%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#098785 (or 0x098785) is known color: Dark Cyan. HEX triplet: 09, 87 and 85. RGB value is (9,135,133). Sum of RGB (Red+Green+Blue) = 9+135+133=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #098785 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098785 is #F6787A. Grayscale: #606060. Windows color (decimal): -16152699 or 8750857. OLE color: 8750857.

HSL color Cylindrical-coordinate representation of color #098785: hue angle of 179.05º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098785 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 135 133 -
CMYK 0.93 0 0.01 0.47
HSL 179.05º 0.88% 0.28% -
HSV(B) 179.05º 0.93% 0.53% -
XYZ 13.01 19.08 25.19 -
YUV 97.1 148.26 65.16 -
System Red Green Blue C M Y K H S L
Decimal 9 135 133 0.93 0 0.01 0.47 179.05 0.88 0.28
Hex 9 87 85 5D 0 1 2F B3 58 1C
Octal 11 207 205 135 0 1 57 263 130 34
Binary 1001 10000111 10000101 1011101 0 1 101111 10110011 1011000 11100

Color Harmonies of #098785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098785

Black with #098785

Text Example


Text Example

White with #098785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098785; }

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

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

background-color css

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

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

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

border-color css

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

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

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