Html Css Color HEX #099690 Dark Cyan

📋 copy color: '#099690'

red 9 ◦ green 150 ◦ blue 144

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

Shades of Dark Cyan #099690

Tints of Dark Cyan #099690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.52%

R = 2.97%
G = 49.5%
B = 47.52%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#099690 (or 0x099690) is known color: Dark Cyan. HEX triplet: 09, 96 and 90. RGB value is (9,150,144). Sum of RGB (Red+Green+Blue) = 9+150+144=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #099690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099690 is #F6696F. Grayscale: #6B6B6B. Windows color (decimal): -16148848 or 9475593. OLE color: 9475593.

HSL color Cylindrical-coordinate representation of color #099690: hue angle of 177.45º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099690 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 150 144 -
CMYK 0.94 0 0.04 0.41
HSL 177.45º 0.89% 0.31% -
HSV(B) 177.45º 0.94% 0.59% -
XYZ 16.05 23.88 30.15 -
YUV 107.16 148.79 57.99 -
System Red Green Blue C M Y K H S L
Decimal 9 150 144 0.94 0 0.04 0.41 177.45 0.89 0.31
Hex 9 96 90 5E 0 4 29 B1 59 1F
Octal 11 226 220 136 0 4 51 261 131 37
Binary 1001 10010110 10010000 1011110 0 100 101001 10110001 1011001 11111

Color Harmonies of #099690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099690

Black with #099690

Text Example


Text Example

White with #099690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099690; }

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

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

background-color css

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

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

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

border-color css

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

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

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