Html Css Color HEX #098D8B Dark Cyan

📋 copy color: '#098D8B'

red 9 ◦ green 141 ◦ blue 139

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

Shades of Dark Cyan #098D8B

Tints of Dark Cyan #098D8B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 48.79%

 BLUE value IS 139 (54.69% from 255) = 48.1%

R = 3.11%
G = 48.79%
B = 48.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#098D8B (or 0x098D8B) is known color: Dark Cyan. HEX triplet: 09, 8D and 8B. RGB value is (9,141,139). Sum of RGB (Red+Green+Blue) = 9+141+139=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 141 (55.47% from 255 or 48.79% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 141 - color contains mainly: green. Hex color #098D8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098D8B is #F67274. Grayscale: #656565. Windows color (decimal): -16151157 or 9145609. OLE color: 9145609.

HSL color Cylindrical-coordinate representation of color #098D8B: hue angle of 179.09º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098D8B is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 141 139 -
CMYK 0.94 0 0.01 0.45
HSL 179.09º 0.88% 0.29% -
HSV(B) 179.09º 0.94% 0.55% -
XYZ 14.3 20.97 27.72 -
YUV 101.3 149.27 62.16 -
System Red Green Blue C M Y K H S L
Decimal 9 141 139 0.94 0 0.01 0.45 179.09 0.88 0.29
Hex 9 8D 8B 5E 0 1 2D B3 58 1D
Octal 11 215 213 136 0 1 55 263 130 35
Binary 1001 10001101 10001011 1011110 0 1 101101 10110011 1011000 11101

Color Harmonies of #098D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098D8B

Black with #098D8B

Text Example


Text Example

White with #098D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098D8B; }

 p { color: rgb(9,141,139); }

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

background-color css

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

 a { background-color: rgb(9,141,139); }

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

border-color css

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

 span { border-color: rgb(9,141,139); }

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