Html Css Color HEX #098389 Dark Cyan

📋 copy color: '#098389'

red 9 ◦ green 131 ◦ blue 137

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

Shades of Dark Cyan #098389

Tints of Dark Cyan #098389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.29%

 BLUE value IS 137 (53.91% from 255) = 49.46%

R = 3.25%
G = 47.29%
B = 49.46%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#098389 (or 0x098389) is known color: Dark Cyan. HEX triplet: 09, 83 and 89. RGB value is (9,131,137). Sum of RGB (Red+Green+Blue) = 9+131+137=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #098389 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098389 is #F67C76. Grayscale: #5F5F5F. Windows color (decimal): -16153719 or 9011977. OLE color: 9011977.

HSL color Cylindrical-coordinate representation of color #098389: hue angle of 182.81º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098389 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 131 137 -
CMYK 0.93 0.04 0 0.46
HSL 182.81º 0.88% 0.29% -
HSV(B) 182.81º 0.93% 0.54% -
XYZ 12.74 18.1 26.49 -
YUV 95.21 151.58 66.51 -
System Red Green Blue C M Y K H S L
Decimal 9 131 137 0.93 0.04 0 0.46 182.81 0.88 0.29
Hex 9 83 89 5D 4 0 2E B7 58 1D
Octal 11 203 211 135 4 0 56 267 130 35
Binary 1001 10000011 10001001 1011101 100 0 101110 10110111 1011000 11101

Color Harmonies of #098389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098389

Black with #098389

Text Example


Text Example

White with #098389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098389; }

 p { color: rgb(9,131,137); }

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

background-color css

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

 a { background-color: rgb(9,131,137); }

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

border-color css

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

 span { border-color: rgb(9,131,137); }

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