Html Css Color HEX #098786 Dark Cyan

📋 copy color: '#098786'

red 9 ◦ green 135 ◦ blue 134

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

Shades of Dark Cyan #098786

Tints of Dark Cyan #098786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 48.2%

R = 3.24%
G = 48.56%
B = 48.2%

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

#098786 (or 0x098786) is known color: Dark Cyan. HEX triplet: 09, 87 and 86. RGB value is (9,135,134). Sum of RGB (Red+Green+Blue) = 9+135+134=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #098786 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098786 is #F67879. Grayscale: #616161. Windows color (decimal): -16152698 or 8816393. OLE color: 8816393.

HSL color Cylindrical-coordinate representation of color #098786: hue angle of 179.52º 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 #098786 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 135 134 -
CMYK 0.93 0 0.01 0.47
HSL 179.52º 0.88% 0.28% -
HSV(B) 179.52º 0.93% 0.53% -
XYZ 13.08 19.11 25.55 -
YUV 97.21 148.76 65.08 -
System Red Green Blue C M Y K H S L
Decimal 9 135 134 0.93 0 0.01 0.47 179.52 0.88 0.28
Hex 9 87 86 5D 0 1 2F B4 58 1C
Octal 11 207 206 135 0 1 57 264 130 34
Binary 1001 10000111 10000110 1011101 0 1 101111 10110100 1011000 11100

Color Harmonies of #098786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098786

Black with #098786

Text Example


Text Example

White with #098786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098786; }

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

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

background-color css

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

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

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

border-color css

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

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

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