Html Css Color HEX #098983 Dark Cyan

📋 copy color: '#098983'

red 9 ◦ green 137 ◦ blue 131

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

Shades of Dark Cyan #098983

Tints of Dark Cyan #098983

RGB

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

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

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

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

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

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

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

Color convert

RGB 9 137 131 -
CMYK 0.93 0 0.04 0.46
HSL 177.19º 0.88% 0.29% -
HSV(B) 177.19º 0.93% 0.54% -
XYZ 13.16 19.59 24.56 -
YUV 98.04 146.59 64.49 -
System Red Green Blue C M Y K H S L
Decimal 9 137 131 0.93 0 0.04 0.46 177.19 0.88 0.29
Hex 9 89 83 5D 0 4 2E B1 58 1D
Octal 11 211 203 135 0 4 56 261 130 35
Binary 1001 10001001 10000011 1011101 0 100 101110 10110001 1011000 11101

Color Harmonies of #098983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098983

Black with #098983

Text Example


Text Example

White with #098983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098983; }

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

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

background-color css

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

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

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

border-color css

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

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

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