Html Css Color HEX #8C9F9C Submarine

📋 copy color: '#8C9F9C'

red 140 ◦ green 159 ◦ blue 156

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

Shades of Submarine #8C9F9C

Tints of Submarine #8C9F9C

RGB

 RED value IS 140 (55.08% from 255) = 30.77%

 GREEN value IS 159 (62.5% from 255) = 34.95%

 BLUE value IS 156 (61.33% from 255) = 34.29%

R = 30.77%
G = 34.95%
B = 34.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#8C9F9C (or 0x8C9F9C) is known color: Submarine. HEX triplet: 8C, 9F and 9C. RGB value is (140,159,156). Sum of RGB (Red+Green+Blue) = 140+159+156=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9F9C is #736063. Grayscale: #989898. Windows color (decimal): -7561316 or 10264460. OLE color: 10264460.

HSL color Cylindrical-coordinate representation of color #8C9F9C: hue angle of 170.53º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8C9F9C is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 159 156 -
CMYK 0.12 0 0.02 0.38
HSL 170.53º 0.09% 0.59% -
HSV(B) 170.53º 0.12% 0.62% -
XYZ 29.21 32.77 36.24 -
YUV 152.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 140 159 156 0.12 0 0.02 0.38 170.53 0.09 0.59
Hex 8C 9F 9C C 0 2 26 AB 9 3B
Octal 214 237 234 14 0 2 46 253 11 73
Binary 10001100 10011111 10011100 1100 0 10 100110 10101011 1001 111011

Color Harmonies of #8C9F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9F9C

Black with #8C9F9C

Text Example


Text Example

White with #8C9F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,159,156); }

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

background-color css

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

 a { background-color: rgb(140,159,156); }

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

border-color css

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

 span { border-color: rgb(140,159,156); }

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