Html Css Color HEX #098588 Dark Cyan

📋 copy color: '#098588'

red 9 ◦ green 133 ◦ blue 136

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

Shades of Dark Cyan #098588

Tints of Dark Cyan #098588

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.84%

 BLUE value IS 136 (53.52% from 255) = 48.92%

R = 3.24%
G = 47.84%
B = 48.92%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#098588 (or 0x098588) is known color: Dark Cyan. HEX triplet: 09, 85 and 88. RGB value is (9,133,136). Sum of RGB (Red+Green+Blue) = 9+133+136=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #098588 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098588 is #F67A77. Grayscale: #606060. Windows color (decimal): -16153208 or 8946953. OLE color: 8946953.

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

Color convert

RGB 9 133 136 -
CMYK 0.93 0.02 0 0.47
HSL 181.42º 0.88% 0.28% -
HSV(B) 181.42º 0.93% 0.53% -
XYZ 12.94 18.61 26.2 -
YUV 96.27 150.42 65.76 -
System Red Green Blue C M Y K H S L
Decimal 9 133 136 0.93 0.02 0 0.47 181.42 0.88 0.28
Hex 9 85 88 5D 2 0 2F B5 58 1C
Octal 11 205 210 135 2 0 57 265 130 34
Binary 1001 10000101 10001000 1011101 10 0 101111 10110101 1011000 11100

Color Harmonies of #098588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098588

Black with #098588

Text Example


Text Example

White with #098588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098588; }

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

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

background-color css

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

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

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

border-color css

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

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

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