Html Css Color HEX #098D7E Dark Cyan

📋 copy color: '#098D7E'

red 9 ◦ green 141 ◦ blue 126

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

Shades of Dark Cyan #098D7E

Tints of Dark Cyan #098D7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 45.65%

R = 3.26%
G = 51.09%
B = 45.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#098D7E (or 0x098D7E) is known color: Dark Cyan. HEX triplet: 09, 8D and 7E. RGB value is (9,141,126). Sum of RGB (Red+Green+Blue) = 9+141+126=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 141 (55.47% from 255 or 51.09% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 141 - color contains mainly: green. Hex color #098D7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098D7E is #F67281. Grayscale: #636363. Windows color (decimal): -16151170 or 8293641. OLE color: 8293641.

HSL color Cylindrical-coordinate representation of color #098D7E: hue angle of 173.18º 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 #098D7E is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 141 126 -
CMYK 0.94 0 0.11 0.45
HSL 173.18º 0.88% 0.29% -
HSV(B) 173.18º 0.94% 0.55% -
XYZ 13.4 20.61 23.01 -
YUV 99.82 142.77 63.22 -
System Red Green Blue C M Y K H S L
Decimal 9 141 126 0.94 0 0.11 0.45 173.18 0.88 0.29
Hex 9 8D 7E 5E 0 B 2D AD 58 1D
Octal 11 215 176 136 0 13 55 255 130 35
Binary 1001 10001101 1111110 1011110 0 1011 101101 10101101 1011000 11101

Color Harmonies of #098D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098D7E

Black with #098D7E

Text Example


Text Example

White with #098D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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