Html Css Color HEX #8F9997 Submarine

📋 copy color: '#8F9997'

red 143 ◦ green 153 ◦ blue 151

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

Shades of Submarine #8F9997

Tints of Submarine #8F9997

RGB

 RED value IS 143 (56.25% from 255) = 31.99%

 GREEN value IS 153 (60.16% from 255) = 34.23%

 BLUE value IS 151 (59.38% from 255) = 33.78%

R = 31.99%
G = 34.23%
B = 33.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#8F9997 (or 0x8F9997) is known color: Submarine. HEX triplet: 8F, 99 and 97. RGB value is (143,153,151). Sum of RGB (Red+Green+Blue) = 143+153+151=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 151 (59.38% from 255 or 33.78% from 447); Max value from RGB is 153 - color contains mainly: green. Hex color #8F9997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9997 is #706668. Grayscale: #959595. Windows color (decimal): -7366249 or 9935247. OLE color: 9935247.

HSL color Cylindrical-coordinate representation of color #8F9997: hue angle of 168º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8F9997 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 143 153 151 -
CMYK 0.07 0 0.01 0.4
HSL 168º 0.05% 0.58% -
HSV(B) 168º 0.07% 0.6% -
XYZ 28.3 30.86 33.74 -
YUV 149.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 143 153 151 0.07 0 0.01 0.4 168 0.05 0.58
Hex 8F 99 97 7 0 1 28 A8 5 3A
Octal 217 231 227 7 0 1 50 250 5 72
Binary 10001111 10011001 10010111 111 0 1 101000 10101000 101 111010

Color Harmonies of #8F9997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9997

Black with #8F9997

Text Example


Text Example

White with #8F9997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F9997; }

 p { color: rgb(143,153,151); }

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

background-color css

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

 a { background-color: rgb(143,153,151); }

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

border-color css

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

 span { border-color: rgb(143,153,151); }

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