Html Css Color HEX #098784 Dark Cyan

📋 copy color: '#098784'

red 9 ◦ green 135 ◦ blue 132

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

Shades of Dark Cyan #098784

Tints of Dark Cyan #098784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.83%

R = 3.26%
G = 48.91%
B = 47.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#098784 (or 0x098784) is known color: Dark Cyan. HEX triplet: 09, 87 and 84. RGB value is (9,135,132). Sum of RGB (Red+Green+Blue) = 9+135+132=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #098784 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098784 is #F6787B. Grayscale: #606060. Windows color (decimal): -16152700 or 8685321. OLE color: 8685321.

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

Color convert

RGB 9 135 132 -
CMYK 0.93 0 0.02 0.47
HSL 178.57º 0.88% 0.28% -
HSV(B) 178.57º 0.93% 0.53% -
XYZ 12.94 19.05 24.83 -
YUV 96.98 147.76 65.24 -
System Red Green Blue C M Y K H S L
Decimal 9 135 132 0.93 0 0.02 0.47 178.57 0.88 0.28
Hex 9 87 84 5D 0 2 2F B3 58 1C
Octal 11 207 204 135 0 2 57 263 130 34
Binary 1001 10000111 10000100 1011101 0 10 101111 10110011 1011000 11100

Color Harmonies of #098784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098784

Black with #098784

Text Example


Text Example

White with #098784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098784; }

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

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

background-color css

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

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

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

border-color css

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

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

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