Html Css Color HEX #099698 Dark Cyan

📋 copy color: '#099698'

red 9 ◦ green 150 ◦ blue 152

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

Shades of Dark Cyan #099698

Tints of Dark Cyan #099698

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.23%

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

R = 2.89%
G = 48.23%
B = 48.87%

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

#099698 (or 0x099698) is known color: Dark Cyan. HEX triplet: 09, 96 and 98. RGB value is (9,150,152). Sum of RGB (Red+Green+Blue) = 9+150+152=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #099698 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099698 is #F66967. Grayscale: #6B6B6B. Windows color (decimal): -16148840 or 9999881. OLE color: 9999881.

HSL color Cylindrical-coordinate representation of color #099698: hue angle of 180.84º 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 #099698 is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 150 152 -
CMYK 0.94 0.01 0 0.40
HSL 180.84º 0.89% 0.32% -
HSV(B) 180.84º 0.94% 0.6% -
XYZ 16.69 24.14 33.49 -
YUV 108.07 152.79 57.34 -
System Red Green Blue C M Y K H S L
Decimal 9 150 152 0.94 0.01 0 0.40 180.84 0.89 0.32
Hex 9 96 98 5E 1 0 28 B5 59 20
Octal 11 226 230 136 1 0 50 265 131 40
Binary 1001 10010110 10011000 1011110 1 0 101000 10110101 1011001 100000

Color Harmonies of #099698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099698

Black with #099698

Text Example


Text Example

White with #099698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099698; }

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

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

background-color css

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

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

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

border-color css

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

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

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