Html Css Color HEX #098487 Dark Cyan

📋 copy color: '#098487'

red 9 ◦ green 132 ◦ blue 135

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

Shades of Dark Cyan #098487

Tints of Dark Cyan #098487

RGB

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

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

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

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

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

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

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

Color convert

RGB 9 132 135 -
CMYK 0.93 0.02 0 0.47
HSL 181.43º 0.88% 0.28% -
HSV(B) 181.43º 0.93% 0.53% -
XYZ 12.74 18.31 25.78 -
YUV 95.57 150.25 66.26 -
System Red Green Blue C M Y K H S L
Decimal 9 132 135 0.93 0.02 0 0.47 181.43 0.88 0.28
Hex 9 84 87 5D 2 0 2F B5 58 1C
Octal 11 204 207 135 2 0 57 265 130 34
Binary 1001 10000100 10000111 1011101 10 0 101111 10110101 1011000 11100

Color Harmonies of #098487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098487

Black with #098487

Text Example


Text Example

White with #098487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098487; }

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

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

background-color css

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

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

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

border-color css

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

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

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