Html Css Color HEX #999A9F Manatee

📋 copy color: '#999A9F'

red 153 ◦ green 154 ◦ blue 159

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

Shades of Manatee #999A9F

Tints of Manatee #999A9F

RGB

 RED value IS 153 (60.16% from 255) = 32.83%

 GREEN value IS 154 (60.55% from 255) = 33.05%

 BLUE value IS 159 (62.5% from 255) = 34.12%

R = 32.83%
G = 33.05%
B = 34.12%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#999A9F (or 0x999A9F) is known color: Manatee. HEX triplet: 99, 9A and 9F. RGB value is (153,154,159). Sum of RGB (Red+Green+Blue) = 153+154+159=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 159 - color contains mainly: blue. Hex color #999A9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999A9F is #666560. Grayscale: #9A9A9A. Windows color (decimal): -6710625 or 10459801. OLE color: 10459801.

HSL color Cylindrical-coordinate representation of color #999A9F: hue angle of 230º degrees, saturation: 0.03, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #999A9F is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 154 159 -
CMYK 0.04 0.03 0 0.38
HSL 230º 0.03% 0.61% -
HSV(B) 230º 0.04% 0.62% -
XYZ 30.95 32.39 37.42 -
YUV 154.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 153 154 159 0.04 0.03 0 0.38 230 0.03 0.61
Hex 99 9A 9F 4 3 0 26 E6 3 3D
Octal 231 232 237 4 3 0 46 346 3 75
Binary 10011001 10011010 10011111 100 11 0 100110 11100110 11 111101

Color Harmonies of #999A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999A9F

Black with #999A9F

Text Example


Text Example

White with #999A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999A9F; }

 p { color: rgb(153,154,159); }

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

background-color css

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

 a { background-color: rgb(153,154,159); }

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

border-color css

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

 span { border-color: rgb(153,154,159); }

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