Html Css Color HEX #098993 Dark Cyan

📋 copy color: '#098993'

red 9 ◦ green 137 ◦ blue 147

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

Shades of Dark Cyan #098993

Tints of Dark Cyan #098993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 50.17%

R = 3.07%
G = 46.76%
B = 50.17%

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#098993 (or 0x098993) is known color: Dark Cyan. HEX triplet: 09, 89 and 93. RGB value is (9,137,147). Sum of RGB (Red+Green+Blue) = 9+137+147=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #098993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098993 is #F6766C. Grayscale: #636363. Windows color (decimal): -16152173 or 9668873. OLE color: 9668873.

HSL color Cylindrical-coordinate representation of color #098993: hue angle of 184.35º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098993 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 137 147 -
CMYK 0.94 0.07 0 0.42
HSL 184.35º 0.88% 0.31% -
HSV(B) 184.35º 0.94% 0.58% -
XYZ 14.32 20.06 30.72 -
YUV 99.87 154.59 63.19 -
System Red Green Blue C M Y K H S L
Decimal 9 137 147 0.94 0.07 0 0.42 184.35 0.88 0.31
Hex 9 89 93 5E 7 0 2A B8 58 1F
Octal 11 211 223 136 7 0 52 270 130 37
Binary 1001 10001001 10010011 1011110 111 0 101010 10111000 1011000 11111

Color Harmonies of #098993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098993

Black with #098993

Text Example


Text Example

White with #098993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098993; }

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

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

background-color css

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

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

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

border-color css

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

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

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