Html Css Color HEX #098388 Dark Cyan

📋 copy color: '#098388'

red 9 ◦ green 131 ◦ blue 136

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

Shades of Dark Cyan #098388

Tints of Dark Cyan #098388

RGB

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

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

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

R = 3.26%
G = 47.46%
B = 49.28%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#098388 (or 0x098388) is known color: Dark Cyan. HEX triplet: 09, 83 and 88. RGB value is (9,131,136). Sum of RGB (Red+Green+Blue) = 9+131+136=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #098388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098388 is #F67C77. Grayscale: #5E5E5E. Windows color (decimal): -16153720 or 8946441. OLE color: 8946441.

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

Color convert

RGB 9 131 136 -
CMYK 0.93 0.04 0 0.47
HSL 182.36º 0.88% 0.28% -
HSV(B) 182.36º 0.93% 0.53% -
XYZ 12.67 18.07 26.11 -
YUV 95.09 151.08 66.59 -
System Red Green Blue C M Y K H S L
Decimal 9 131 136 0.93 0.04 0 0.47 182.36 0.88 0.28
Hex 9 83 88 5D 4 0 2F B6 58 1C
Octal 11 203 210 135 4 0 57 266 130 34
Binary 1001 10000011 10001000 1011101 100 0 101111 10110110 1011000 11100

Color Harmonies of #098388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098388

Black with #098388

Text Example


Text Example

White with #098388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098388; }

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

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

background-color css

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

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

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

border-color css

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

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

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