Html Css Color HEX #099798 Dark Cyan

📋 copy color: '#099798'

red 9 ◦ green 151 ◦ blue 152

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

Shades of Dark Cyan #099798

Tints of Dark Cyan #099798

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.4%

 BLUE value IS 152 (59.77% from 255) = 48.72%

R = 2.88%
G = 48.4%
B = 48.72%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#099798 (or 0x099798) is known color: Dark Cyan. HEX triplet: 09, 97 and 98. RGB value is (9,151,152). Sum of RGB (Red+Green+Blue) = 9+151+152=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #099798 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099798 is #F66867. Grayscale: #6C6C6C. Windows color (decimal): -16148584 or 10000137. OLE color: 10000137.

HSL color Cylindrical-coordinate representation of color #099798: hue angle of 180.42º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099798 is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 151 152 -
CMYK 0.94 0.01 0 0.40
HSL 180.42º 0.89% 0.32% -
HSV(B) 180.42º 0.94% 0.6% -
XYZ 16.85 24.46 33.54 -
YUV 108.66 152.46 56.92 -
System Red Green Blue C M Y K H S L
Decimal 9 151 152 0.94 0.01 0 0.40 180.42 0.89 0.32
Hex 9 97 98 5E 1 0 28 B4 59 20
Octal 11 227 230 136 1 0 50 264 131 40
Binary 1001 10010111 10011000 1011110 1 0 101000 10110100 1011001 100000

Color Harmonies of #099798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099798

Black with #099798

Text Example


Text Example

White with #099798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099798; }

 p { color: rgb(9,151,152); }

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

background-color css

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

 a { background-color: rgb(9,151,152); }

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

border-color css

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

 span { border-color: rgb(9,151,152); }

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