Html Css Color HEX #8F9796 Submarine

📋 copy color: '#8F9796'

red 143 ◦ green 151 ◦ blue 150

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

Shades of Submarine #8F9796

Tints of Submarine #8F9796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.78%

R = 32.21%
G = 34.01%
B = 33.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#8F9796 (or 0x8F9796) is known color: Submarine. HEX triplet: 8F, 97 and 96. RGB value is (143,151,150). Sum of RGB (Red+Green+Blue) = 143+151+150=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 151 - color contains mainly: green. Hex color #8F9796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9796 is #706869. Grayscale: #949494. Windows color (decimal): -7366762 or 9869199. OLE color: 9869199.

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

Color convert

RGB 143 151 150 -
CMYK 0.05 0 0.01 0.41
HSL 172.5º 0.04% 0.58% -
HSV(B) 172.5º 0.05% 0.59% -
XYZ 27.9 30.17 33.21 -
YUV 148.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 143 151 150 0.05 0 0.01 0.41 172.5 0.04 0.58
Hex 8F 97 96 5 0 1 29 AC 4 3A
Octal 217 227 226 5 0 1 51 254 4 72
Binary 10001111 10010111 10010110 101 0 1 101001 10101100 100 111010

Color Harmonies of #8F9796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9796

Black with #8F9796

Text Example


Text Example

White with #8F9796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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